22
I spent 3 hours trying to fix a 'missing semicolon' error in my Python code before my son pointed out the problem.
3 comments
Log in to join the discussion
Log In3 Comments
schmidt.iris17h ago
Oh man, the "missing semicolon" hunt is the worst. I once spent an hour looking for a typo in a variable name (like "username" vs "userName") before my roommate saw it in two seconds.
1
white.keith17h ago
Yeah @schmidt.iris, that's the real pain right there. Your brain just locks onto the wrong path and you can't see past it. Fresh eyes always win.
2
paulnguyen15h ago
Actually, missing semicolons are a JavaScript thing. Python would just give you an indentation error instead. Different flavor of pain.
2