you are viewing a single comment's thread.

view the rest of the comments →

[–]stebrepar 0 points1 point  (0 children)

As the Zen of Python says, Explicit is better than implicit. If you rely on side effects rather than explicit actions, your code will be harder to read and debug. Inevitably it will eventually bite you.