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
-
@VonKavalier It's vim with retrobacking camouflage skin-apache pro... Just phpstorm actually
-
As annoying as hidden characters! I had to go through the entire code and didn't find anything wrong unless I copied and pasted it on another IDE and noticed a few hidden characters sneaked in. Took two days to find these stupid characters even existed in my code.
-
seeing variables named the same as they were in examples like on w3 drives me crazy. such as $mysqli or $row. hated seeing $row in people's code
-
@itsmill3rtime just standard variable names I guess.. Like most of us have read that from either w3 or php.net and are too lazy to type other names. :P
-
Grumpy28878yOuch! This is one of the reasons I don't like dynamic languages, although a statically typed lang wouldn't have helped here since the problem is in a string.
Look at the 'k' in 'keyboard'... Fuck this fucking shit. I'm wasting my life with this stupid things
undefined