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
-
Highwind2149yNo version control...
If you had the misfortune of working on the same project with him, I bet you guys are always asking which files you have open. You wouldn't want to overwrite eachother's changes. -
@Highwind No, thank goodness. He generally stuck to his own projects and me to mine
-
Highwind2149y@SSDD Come to think of it, that is truly bizarre. Includes are the first thing I learned in PHP. Even programming as a whole.
Related Rants
-
practiseSafeHex31Good Morning!, its time for practiseSafeHex's most incompetent co-worker! Todays contestant is a very special... -
practiseSafeHex11wk87 is a dangerous topic for me, i've been through a lot. I apologise for what I am about to inflict on this ... -
practiseSafeHex20Its Friday, you all know what that means! ... Its results day for practiseSafeHex's most incompetent co-worker...


I used to work in a small agency that did websites and Phonegap apps, and the senior developer was awful.
He had over a decade of experience, but it was the same year of experience over and over again. His PHP was full of bad practices:
- He'd never used an MVC framework at all, and was resistant to the idea, claiming he was too busy. Instead he did everything as PHP pages
- He didn't know how to use includes, and would instead duplicate the database connection settings. In EVERY SINGLE FILE.
- He routinely stored passwords in plain text until I pretty much forced him to use the new PHP password hashing API
- He sent login details as query strings in a GET request
- He couldn't use version control, and he couldn't deploy applications using anything other than FTP
rant
wk87