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
-
Alpha , beta , ..., zulu
This is what i use.
And if i have to reuse that code again , i am fuxked. -
How about a description of the thing you are trying to achieve? So that other people can actually understand your code? Crazy idea isn't it...
-
zshh38538yYeah I had that problem when I was new to the game. Nowadays I just increment every variable so I never have to think about naming it. Like this:
var one, two, three;
And so on. Works great!
Related Rants
-
darthtigris20Worst part of being a dev? Unanswered stackoverflow question that exactly matches your problem
-
NiTr013"I wrote the code, I have to maintain the code, I wont need any comments" *some months later*
-
cheat11752nd worst part of being a dev? "It should only take 5 minutes" 5 hours later: "aaaaannnddd done."
Worst part about being a dev is figuring out good variable names and function names.
undefined
wk24