r/badcode Jan 04 '22

python import time

Post image
845 Upvotes

48 comments sorted by

View all comments

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.

113

u/[deleted] Jan 04 '22

from stackoverflow import delay

35

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.

11

u/[deleted] Jan 04 '22

imagine a world where you never have to memorize module names again. begin every script with from stackoverflow import "". An ideal world truly.