Python Hall of Shame

From YM2149.org
Revision as of 10:12, 29 January 2025 by Andrzej (talk | contribs)
Jump to navigationJump to search

roman

Lib for converting to and from roman numerals, riddled with examples of how at a granular level 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
  • ...