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
-
for($ihadtonamethisalittlelongerbecausejustusingtheletteriisnotlongenough = 0; $ihadtonamethisalittlelongerbecausejustusingtheletteriisnotlongenough < 10; $ihadtonamethisalittlelongerbecausejustusingtheletteriisnotlongenough++){}
😜 -
Mobile1517y@linuxxx I would rather you do that. When reading code I keep a mental note of what is happening and if I have to do substitution, while still trying to figure out why you didn't use an inbuilt function, is just too much for me
-
@tobbr depends what $x is. If it's an object with methods as explicites as the var name AND you use it in a 50 lines loop... Yes use an explicite name!
-
ecv802157yI just had to code the equations for guessing a triangle height based on its sides, and I named them: a, b and c. Not sideA nor triangleSideA, etc., no: a, b, c!
-
Double-A4357yAre you sure you are not reading some minified and obfuscated code? That might be done on purpose so other people can't steal your code.
Related Rants
-
dfox43Hey everyone! devRant will be going down on Friday, July 7th around 10:30pm EDT so we can do some database ma...
-
dfox35Hey everyone, This coming Sunday (Feb 4), at about 12AM EST, devRant will be going down for scheduled mainten...
-
dfox31Hey everyone, We’ll be doing maintenance on our web server on Sunday, April 29 at around 3pm EDT. The app w...
For Fuck's sake never name your variables $a $b or $c. What the fuck I thought that's like the first thing they teach in whichever bush you learnt how to code at!!!!!!
undefined
maintenance
other peoples code