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
-
Neither, Variable should be named something to clearly shows what they are, even if they end up being really long at least the next person to read your work will understand what is going on.
-
@AlexDeLarge ah, this was just a suggestion, i personally would use
temporaryDataContainerAdapterDAOImpl -
@AlexDeLarge yea, lately ive been minifying my java code so now a line almost fits on a 4k screen
Your preference is?
1. int tmp = 0;
2. int temp = 0;
question
tmp
preference
variables
temp