Best Developer Tools for OS X
NoviceW writes to share that there are plenty of interesting articles written about Mac OS X applications for switchers, but not many guides focused on programmers switching from other operating systems. This guide lists a few of the more prominent tools for Mac developers, what other tools can't you do without?
OK admittedly he/she did metion PHP specificially in the second quote, but they seem to equate "professional developer" with "chooses PHP"! Hah! I had to restart an application I was working on that went from web to client/server with a GUI because PHP just doesn't cut the mustard for anything other that a web guestbook. Even if I did stick with web delivery I was running into problems with PHP (don't get me started on that session crap - oh here's an idea, run your application as a separate process to the web server and keep application state in memory! Maybe theorectically possible with PHP but I've never seen it done.) Basically, it's a joke, and it so much so that it now annoys me to no end when deveopers use "professional" and "PHP" in the same sentence (without a "not" in there somewhere"). If I had've started with Python or Ruby for example, I'm sure I could've at least reused some of that code. Thanks for wasting years of my life and teaching me bad programming habits, PHP.
If you do consider yourself a "professional developer", and you're working on an application where you think PHP is the right tool then drop that crap like a ton of bricks and try some other language... Python I can vouch for, and I hear Ruby is great too, and they both have great web frameworks.