• ChickenLadyLovesLife@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      1
      ·
      5 hours ago

      I had a coworker choose RoR for a major project despite the fact that he didn’t know it, nobody on his team knew it, nobody at our company knew it, and nobody in the entire state knew it. It ended as one would expect, after three years and millions of dollars spent, with the only revenue it generated being $50K from the original client that had to be refunded to avoid a lawsuit.

      • marsza@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        16
        ·
        9 hours ago

        I fucking love PHP. I know I probably sound crazy to most developers, but PHP 8+ is freaking dope.

          • coherent_domain@infosec.pub
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 hour ago

            I haven’t used or read about PHP after college, and I am quite interesred in what are the good stuffs that you like now.

            It is cool to see how languages evolve.

            • sfxrlz@lemmy.dbzer0.com
              link
              fedilink
              arrow-up
              2
              ·
              1 hour ago

              I haven’t used php before and I am not that far into it yet, so I don’t really know what’s gotten better but I like how it handles arrays and it has loads of little functions that make life easier.

    • LedgeDrop@lemmy.zip
      link
      fedilink
      arrow-up
      7
      ·
      10 hours ago

      The handful of us have moved onto Crystal Lang. It’s a statically type checked and compiled dialect of Ruby. Crystal is fun to write code, but the compiler is slower (compared to go-lang/rust)… because… well it’s a ruby dialect (with DSL’s)… and the 3rd party libraries are limited.