More on PHP

I’ve recently posted some of my thoughts on PHP.  If you enjoy the topic, here is an excellent post over at Coding Horror, which reminds why PHP sucks so badly and also why it will stick around for some time to come.

7 thoughts on “More on PHP”


  1. Well some of the authors comments were based on (and only) argument (is it an argument?) that “PHP sucks”. Even though he does bring up a couple of valid issues with PHP, I cannot agree that PHP “sucks”.

    PHP’s OOP is much better with PHP5 now (lets forget PHP4’s attempt) and with PHP6 coming out things will get even better.


  2. Timur,

    it’s not just “php sucks”, but “php sucks when compared to other programming languages”. Yes, PHP5’s OO model is better than PHP4’s. But it still sucks. Have you tried any other? :)

    As for me personally, I hate that PHP has 4 gadzillion functions with different naming conventions and different return values all over the place. It’s impossible to program the language without having a manual nearby. Then, I miss hashes and sort(). Everything else I can get used to over time.

    What PHP does better than Perl is packaging. You either have PHP installed or you don’t. There aren’t that many options on how you can have it installed, and even then you can pretty much control it on the per project level. With Perl, “there is more than one way to do it”, which means that those people who care enough will have it exactly the way they want. Everyone else will drop out and use something else.


  3. Leonid, on a multiple occasions Alex has been trying to make me try out Perl, which I did (after a couple of years…). It seems great but I’m still not much into it, due to lack of motivation and time to study further (it’ll come back, I know myself). :-)

    > “php sucks when compared to other programming languages”
    Well, comparing it to VB by the author wasn’t a good idea, I should say.

    A quote by the author
    “The only conclusion I can draw is that building a compelling application is far more important than choice of language. While PHP wouldn’t be my choice, and if pressed, I might argue that it should never be the choice for any rational human being sitting in front of a computer, I can’t argue with the results.”

    I agree that “a compelling application is far more important than choice of language” but saying that PHP “should never be the choice for any rational human being sitting in front of a computer” is not rational because the author himself agrees that some top websites we all use are built on PHP.


  4. Timur,

    Firstly, the question of whether VB is really a programming language is still out there in the open. :)

    Secondly, all those sites written in PHP would have probably be much better if implemented in another programming language.

    However, there is this point that good programmers can write beautiful software in any programming language, while the bad ones can use any programming language to write crap. With this I agree. :)

Leave a Comment