
#18: Python Anti-patterns and other mistakes
Talk Python To Me
00:00
The Most Evil Pipe, Anti-Pattern That Exists
A bad except clauses order basically means that you put an accept statement, have a sequence of multiple accept statements where the first one is already more generic or general than the second. Even worse than this, a pattern is probably an empty except blog without also an exception type. I think that's kind of the most evil pipe, anti-pattern that exists.
Play episode from 14:51
Transcript


