15
tsuby
6y

People who name variables totally inappropriately and without comments should serve time in prison

Comments
  • 2
    public string ThisStringIsUsedToStoreUserConsoleInputWithoutNeedingDocumentationOrComments;

    public void Main(string[] args) {
    Console.WriteLine(ThisStringIsUsedToStoreUserConsoleInputWithoutNeedingDocumentationOrComments);
    }
  • 1
    $prison
  • 0
    Where they get to eat only when blindfolded.
  • 3
    $bastards
  • 0
    const x = this.getPerson();
    const p = new Prison();
    p.add(x);
  • 1
    well call me a jailbird
  • 0
    In my CS class we learned how to use arrays in Python. From this lesson on a friend of mine just uses data[0] , data[1] , data[2] , ... for EVERYTHING ... 😂😂😂
  • 0
    function longString ($inputStringIsLongYouKnowWhatElseIsLong){}
Add Comment