Blegh
I’ve written 2,104 lines of PHP in the past 48 hours. It may not be the most efficient code, and there are a good number of comments in there, but for someone who’s not really a programmer, that’s still kind of a lot. And no, I don’t think writing tons of lines of code is an accomplishment, let alone a measure of coding ability. On a good day, you delete lines of code. So, basically, I’ve had a terrible past two days. :\
BTW, I’m not sure what they’re called, but the one-liner if/else statements (i.e. $a = ($b > $c) ? $b : $c) are a great space saver.