I don’t know if it’s due to over-exposure to programming memes but I certainly believed that no one was starting new PHP projects in 2023 (or 2020, or 2018, or 2012…). I was under the impression we only still discussed it at all because WordPress is still around.

Would a PHP evangelist like to disabuse me of my notions and make an argument for using PHP for projects such as Kbin in this day and age?

  • IoI xD
    link
    3
    edit-2
    1 year ago

    In my opinion, only the most elite (in all the wrong ways) people care how you build your app.

    PHP has flaws, sure[1]. But unless you are working on the app itself (or again, you are horribly elitist) it does not matter.

    What matters is that the app is good. If the app is good, it doesn’t matter that its done in PHP, what matters is that it works.

    EDIT: I guess it also matters if you’re selfhosting the app.

    [1] I think PHP is overhated. As a stateless language it lacks a lot of complex features (and thus, admittedly, might be questionable for a project as large and complex as kbin), it has some questionable design decisions, but it’s really not as bad as people make it out to be.