Source.

Yep, PHP is turning 30 this year! Wondering if “PHP is still relevant?” Ever since we have been hearing that PHP is dead. It was “dead” 10 years ago, 5 years ago, and “is dead” today. But somehow - it isn’t. Anyway… happy birthday!

  • magic_lobster_party
    link
    fedilink
    18 days ago

    Now it was a great while ago I wrote anything in PHP. What icks me is the separation of concern. It has a tendency to cause code that’s concerned with logic and rendering at the same time. The act of moving a button can interfere with the logic, and it obfuscates how the entire website looks like.

    Maybe there’s better coding practices to ensure better separation of concern in PHP.

    • lime!
      link
      fedilink
      English
      38 days ago

      that just sounds like what i hear from react devs.