Python Hall of Shame: Revision history

From YM2149.org
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 February 2025

29 January 2025

  • curprev 10:1210:12, 29 January 2025Andrzej talk contribs 398 bytes +20 No edit summary
  • curprev 10:0310:03, 29 January 2025Andrzej talk contribs 378 bytes +378 Created page with "== 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 * ... Category:Programming"