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
-
CWins48117yYes. Therea codestyle for lots of common languages, there's no need to teach "self expression through retarded ways to write".
-
@CWins pen-paper is the only thing which totally destroys the code standard. Students shouldn't be told to write a program on a paper. -_-
-
brod100267yHahaha “the right way” ... myself and every coworker ever will be happy to debate you on exactly what the right way is.
-
imrajesh467yIn my case it's this :
Boolean isDead = callMe();
If(isDead==true){
dosomething ();
}
Face palm moment :-/
Related Rants
For God's sake! Coding standards should be a subject in university, where the students are thought the right way to name variables, indenting the code properly and many more things!
undefined
wk92