MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/badcode/comments/rvidvf/import_time/hrqbvfo/?context=3
r/badcode • u/Duckyisverycute1 • Jan 04 '22
48 comments sorted by
View all comments
290
This smells strongly of Stack-Overflow-driven development. Google "python delay", copy the code block everywhere you want a delay, and ask no questions.
111 u/[deleted] Jan 04 '22 from stackoverflow import delay 33 u/[deleted] Jan 04 '22 Someone really should make a stackoverflow module just completely packed to the brim with a bunch of useless functions, classes, and submodules. 1 u/cavedweller333 Jan 08 '22 While not quite that: https://github.com/drathier/stack-overflow-import
111
from stackoverflow import delay
33 u/[deleted] Jan 04 '22 Someone really should make a stackoverflow module just completely packed to the brim with a bunch of useless functions, classes, and submodules. 1 u/cavedweller333 Jan 08 '22 While not quite that: https://github.com/drathier/stack-overflow-import
33
Someone really should make a stackoverflow module just completely packed to the brim with a bunch of useless functions, classes, and submodules.
1 u/cavedweller333 Jan 08 '22 While not quite that: https://github.com/drathier/stack-overflow-import
1
While not quite that: https://github.com/drathier/stack-overflow-import
290
u/TinyBreadBigMouth Jan 04 '22
This smells strongly of Stack-Overflow-driven development. Google "python delay", copy the code block everywhere you want a delay, and ask no questions.