▲ 96 ▼ which python trick or hack you know that you would want to share? (lemmy.ca) submitted 2 years ago by kionite231@lemmy.ca to c/programming@programming.dev 43 comments fedilink hide all child comments
[–] ResoluteCatnap@lemmy.ml 4 points 2 years ago This gives some better context. https://stackoverflow.com/questions/21553327/why-is-except-pass-a-bad-programming-practice But essentially ignoring every single error a program could generate is not great. It'd be better to know what those errors are and fix/prevent them from occurring in the first place. permalink fedilink source parent