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
-
I was initially fed up. But now have realised that code quality both in terms of logic and consistency in coding style is important.
Now I use eslinter on sublime. That kind of trained me to follow the style -
azork3388yfor (int decrease=0; decrease<100; decrease++) {
System.out.print("I'm "+ decrease+"% screwed");
}
Related Rants
When u send ur code for review and instead of getting comments for logic u put in, u get 10+ comments regarding variable names , extra lines and formatting.
LMF
undefined
cr
variable names 404
logic 200