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
-
Allowed one/two letter variable names are:
i, j (as indexes in for loops)
x, y, z (in class or function for positions)
ex (in a catch statement for the exception) -
if you have more than one query string named "$sql" in a scope, I will start seeing red
If you know you're writing code that other people will have to work off of and you refuse to comment, can you at least have descriptive variable names so I don't have to spend an hour trying to figure out wtf something is. One letter does not make a variable name.
undefined