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
-
@SanchelliosProg exactly! I never understand these posts, since my IDE would mark it with a big red flag. Heck, it even tells me if my variables are to short, too long, or if my class is getting to big. linters and sniffers ftw.
-
@kanduvisla If your class is too big?!? Which IDE is that??!!?? We end up with ~1200 line classes [with basically no comments] every year in robotics because everything is already in that class and people just add in code instead of splitting it up because they don't want to break thingm
-
@SecondThread if you're PHP developer, try looking at php code sniffer and php mess detector.
Other languages have lines as well. Like eslint for JavaScript.
Most IDE's have plugins that integrate nicely with these packages. -
c3ypt1c99058yive started putting semicolons after every line end.... I actually do maths at college and I once even put a semicolon after a line and it's really frustrating because I have to force myself not to put them there xD
Related Rants
Never understood the importance of ';' .But developer does,I think so :P
undefined
programmer