• AlecSadler@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        7
        ·
        23 hours ago

        A recent job I had, Product kept saying this over 2ish years…

        …at the end of the stint and with ~2 weeks until launch, they laid off all but one person on the team (some 12 engineers or so, myself included).

        I often wonder how much shit that person is wading through leading up to launch and post-launch fighting fires.

        • snooggums@lemmy.world
          link
          fedilink
          English
          arrow-up
          10
          ·
          22 hours ago

          If they are smart they would have bailed as soon as they fiund another job once everyone else else was let go.

          But they probably kept the one person they knew was afraid of quitting.

          • AlecSadler@lemmy.blahaj.zone
            link
            fedilink
            arrow-up
            4
            ·
            22 hours ago

            Afraid of quitting not so much, but they are underpaid for their skills. At least for what they need the person was more skilled than me, but being paid ~$40k less. So…yeah…

  • Toes♀@ani.social
    link
    fedilink
    arrow-up
    18
    ·
    23 hours ago

    I’m awaiting the fireworks for when they use AI to patch the Cobol systems still used by the banks.

    • Zelaf@sopuli.xyz
      link
      fedilink
      arrow-up
      7
      ·
      23 hours ago

      Exactly, just run your magical new code in a minifier and problem solved! It’ll be just as speedy as the real deal!

    • xiaOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      21 hours ago

      Ok… just for you, I will extend the saying to be “every line and column is a liability”.

        • xiaOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          17 hours ago

          I don’t see why… once you “buy a column” (which you must weigh the trade-off towards readability), subsequent uses of that column on other lines are free (save the line itself, of course).

    • xiaOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      23 hours ago

      Even then, so the theory goes… every line of code is a liability, it is only emergent properties of the system as a whole that makes it an asset. It takes but one line to destroy it’s value, and in general a 2kloc codebase is more valuable than a 4kloc codebase, if they do the same thing. QED? :)

      • boonhet@sopuli.xyz
        link
        fedilink
        arrow-up
        1
        ·
        8 hours ago

        Is it objectively more valuable?

        I’d say if performance and functionality remain the same it improve and complexity is reduced then the 2kloc codebase is better

        If it’s 2k lines of perl, it’s worse

        Though in his case it sounds like he reduced complexity and improved performance, so definitely better.

        I don’t know if I’ve even written -2000 lines at once, but I’ve definitely done -700 or so at least. Feels so good to delete a bunch of code without any loss in functionality.