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