proomt

Search

Search posts, papers, and topics

software design

RSS
  1. 1

    CodeSOD: The John Cage Variable

    This article showcases a C++ code snippet with an extremely unreadable variable name, `length4_3_3`, which is a hardcoded range expression. It serves as a cautionary tale against writing "disposable" code with poor naming conventions, as such code often ends up being reused.

    The Daily WTFthedailywtf.com1 min
software design posts and papers · proomt