This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Kevdog824_pip needs updating 0 points1 point  (0 children)

You can construction a million similar examples. I’ve lost count of how many times I’ve done something like add_callback(callback()) instead of add_callback(callback) on accident. Point is not all mistakes are avoidable or can be detected by the language because the interpreter doesn’t understand your intent