The board needs to oust the CEO.

  • Rikudou_Sage@lemmings.world
    link
    fedilink
    English
    arrow-up
    21
    arrow-down
    4
    ·
    20 hours ago

    Don’t judge PHP by what you saw in WordPress. Modern PHP is amazing, WordPress had horrible code when it started and they definitely didn’t fix things afterwards. It’s a horrible slow mess of a code. Look at some modern PHP (for example this api of mine ) to compare.

    • friend_of_satan@lemmy.world
      link
      fedilink
      English
      arrow-up
      39
      arrow-down
      4
      ·
      18 hours ago

      Thanks for sharing a modern php codebase. It makes me confident that giving it up and switching to Python was the right choice.

      • Rikudou_Sage@lemmings.world
        link
        fedilink
        English
        arrow-up
        6
        arrow-down
        8
        ·
        edit-2
        11 hours ago

        Imagine going to the slowest and ugliest interpreted language there is and feeling superior about it.

        Like, modern Python is basically what PHP was at its lowest point, PHP 4 (20 years ago).

        • Something Burger 🍔@jlai.lu
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          2
          ·
          9 hours ago

          No, it’s worse. PHP never had shit like virtual environments and a million different incompatible package managers.

            • egerlach@lemmy.ca
              link
              fedilink
              English
              arrow-up
              6
              ·
              8 hours ago

              I’d argue that the concept of isolated environments is great. Python’s implementation… leaves something to be desired.

              It’s still a bit hacky, even in Python 3. Tools like uv and pdm exist in the gaps to smooth it out.

              That said, it’s something that the core community is actively working on and it’s not something users will face day to day.

              I say this as someone who moved from PHP 3 to Python 2 to Ruby to PHP 6+ to Python 3 as their goto language over the years.