Python Hall of Shame
From YM2149.org
roman
Lib for converting to and from roman numerals, riddled with examples of how not to write software.
- https://github.com/zopefoundation/roman
- strict coding standards ineffective at filtering out bad code, though perhaps they've done enough to facilitate fixing forward
- at least there are tests, so we can refactor with confidence
- ...