May 14, 2009
PHP, MySQL, PostgreSQL, etc.
Well, I’m currently writing a PHP and SQL application at school, so here are some of my thoughts on the problems I encounter.
PHP is crap Many PHP applications are low quality applications. The problem is that PHP makes it hard for developers to write good applications. PHP developers tend to use many global variables, global code, and not many classes or functions. And when writing applications for the web, PHP makes it easy to mix PHP and HTML, in my opinion even too easy.
...
Read more 》