Oct 24, 2021
Hmm, my list of code smells is very different:
1. no testsuite
2. won't pass pylint
3. inconsistent style
4. big mess of a code not split into modules and packages
These are the (for me) the tell tell signs of an unprofessional and unmaintainable code base. Not some obscure use of lambdas or nested functions.