O
3

Just had a guy in a Discord chat ask me to debug his 500-line script that was just a single if statement

This was in a beginners coding server I hang out in. He posted this huge wall of code and said it wouldn't run. Turns out he wrote everything inside an if True: block with no indentation and just pasted random stuff from tutorials. I spent 20 minutes helping him trace through it. Has anyone else run into people who skip learning the basics like variables and loops?
2 comments

Log in to join the discussion

Log In
2 Comments
olivia_harris19
Probably copy pasted stuff from ten different tutorials and called it a day.
8
hugo_schmidt
An if True block with no indentation, that's a new level of chaos.
6