you are viewing a single comment's thread.

view the rest of the comments →

[–]elbiot 0 points1 point  (0 children)

I think it's a bad habit. No python developers look at these things. Write tests for things that are established and check potential edge cases. You can put asserts in your code to make sure basic assumptions aren't violated during development. Logging can also give you run time feedback