13
yfede
7y

weirdest/longest/worst name you had to concieve for a class/function/variable

Comments
  • 3
    It was something in the sense of 'getUserIdByUsernameOrEmail()' haha
  • 1
    For one of our products every class name had to have the first 3 characters of the company name and the full product name at the start of all class names.

    Shit was done with like 4 macros, was a pain in the ass. Couldn't forward declare anything, everything ended up just including most stuff because it was easier.
  • 0
    Starting with js I was not very clean. I used to call functions and variables like stuff moreStuff or evenMoreStuff...
  • 2
    I named my helper class F1
  • 0
    @alwaysmpe and that's how we end up toxic codebase.
  • 0
    i had a class named VariableInitializationExpressionSyntaxProcessor when we were asked to create a programming language as a project in uni 😆
Add Comment