Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
atheist99298yFor 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. -
Starting with js I was not very clean. I used to call functions and variables like stuff moreStuff or evenMoreStuff...
-
i had a class named VariableInitializationExpressionSyntaxProcessor when we were asked to create a programming language as a project in uni 😆
Related Rants
weirdest/longest/worst name you had to concieve for a class/function/variable
undefined
wk46