Quote:
Originally Posted by FoxtrotAlpha
A company recently asked me to pick up a project where their last team left off. The last team being a really cheap couple of programmers with probably ~2 years experience, if that.
Coded in PHP, it had at least 100 files in the main directory, ~30 sub-directories and another ~40 files in each of those. All of this and not one part of it was object-oriented, all of it used the old mysql_* library functions and no input was sanitised.
I refused the job, it would take longer to finish their code than to start from scratch.
So yeah, you get for what you pay for, never hire cheap programmers.
|
So are you watching a screencap from my desktop while I'm working on my newest client? Same thing over here, but she's paying me hourly so it's all good. 154 files in the main, 9 in the includes (7 I added)....config and functions in plain view instead of secured includes directory and let's not even talk about what happened when I turned 'show_errors',1. Yeah, bringing it into PDO, making centralized files with an include library and such is what I've been doing the last 2 weeks.