The really interesting part is IMO this one:

  • d0ntpan1c@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    15
    ·
    4 hours ago

    Personal experience bias in mind: I feel like owners and managers are less interested in resolving tech debt now vs even 5 years ago… Business owners want to grow sales and customer base, they don’t want to hear about how the bad decisions made 3 years ago are making us slow, or how the short-term solution we compromised on last month means we can’t just magically scale the product tomorrow. They also don’t want to give us time to resolve those problems in order to move fast. It becomes a double-edged sword, and they try to use the “oh well when we hit this milestone we can hire more people to solve the tech debt”… But it doesn’t really work that way.

    Its also possible I’m more sensitive to the problem now that I’m in them lead/principal roles rather than senior roles. I put my foot down on tech debt a lot, but sometimes I can’t. Its a vicious cycle and it’ll only get worse the longer the tech sector is stuck in this investor-fueled forever-growth mindset.

    Too much “move fast and break things” from non-technical people, not enough “let’s build a solid foundation now to reap rewards later”. Its a prioritization of short term profits. And that means we, the engineers, often get stuck holding the bag of problems to solve. And if you care about your work, it becomes a point of frustration even if you try to view the job as just a job.

    • pdxfed@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      3 minutes ago

      The good news is, with the fed lowering interest rates the cycle of speculation investment will pick right up in a year or two where it left off for a whole 30 months of higher interest. I can’t believe they’re dropping it so soon, but we can’t have unsustainable businesses held to account can we? Better to destroy savers and fixed income elderly.

  • mark@programming.dev
    link
    fedilink
    arrow-up
    15
    ·
    12 hours ago

    Not surprised that Tech debt is among the biggest. There seems to be a lot of complexity added to apps unnecessarily these days-especially web based apps. It’s almost like companies purposefully force their engineers into creating web apps so bloated that users are forced to use the native app version.

    • Carighan Maconar@lemmy.worldOP
      link
      fedilink
      arrow-up
      10
      ·
      11 hours ago

      I mean, the thing I work on hada great idea. Use microservices, because we genuinely have a need to independently scale different parts.

      Few years down the line and there’s an endless list uff services, most with a single instance doing nothing all day, and having memory and CPU overhead of course. And being a nightmare to figure out what code is whereas they all communicate independently.

      • lolcatnip@reddthat.com
        link
        fedilink
        English
        arrow-up
        3
        ·
        8 hours ago

        And being a nightmare to figure out what code is whereas they all communicate independently.

        So much this. Especially in a larger company it can be basically impossible to find the code that implements an endpoint, and of course even if you can find it you can’t trace it in a debugger.

  • FizzyOrange@programming.dev
    link
    fedilink
    arrow-up
    32
    ·
    15 hours ago

    Definitely agree with tech debt. Seems like nobody except me cares about improving things, which is surprising given this survey!

    Also definitely agree about reliability of tools/systems, but again it feels like it’s just me that cares about robustness - everyone else is very happy to churn out hacky Bash scripts, dynamically typed Python and regexes with abandon.

    Either you’re all a bunch of hypocrites or the SO survey is quite a biased sample!

    • Codex@lemmy.world
      link
      fedilink
      arrow-up
      19
      ·
      15 hours ago

      Consider that to go on a site specifically for programming questions and then take a survey about it, you have to be the kind of person that cares about getting their code “right”. The majority of programmers I’ve met would only go there to copy-paste a quick answer, and those people have all moved to asking chat-gpt for code now.

      • fuzzzerd@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 hours ago

        Why is that? I’ve read them referred to as dark matter developers (forget where I read this, maybe a book many years ago). They’re out there, they make up a majority of the field, yet they leave no trace because they do not blog, post on SO, or back in the day forums either as questioners or answerers.

        • Codex@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          2 hours ago

          Wow, hadn’t thought about that one in a long time. I thought it was an old Scott Hanselman blog and I was correct! I’ll have to reread it, been years now.

          I’m not sure there’s much why to it exactly. I feel like a small fraction of people I’ve met in life were truly passionate and excited about the work they did. Most had some passion for an art, or a hobby, or for their kids very commonly, but people who really want to grow and master their craft are somewhat rare generally. Most folks just want to do well enough to keep their jobs and then go home to whatever they actually care about.

      • Dark ArcA
        link
        fedilink
        English
        arrow-up
        4
        ·
        12 hours ago

        The memes that I remember being all over Reddit about “where did you get that code … I stole it [from stack overflow]” honestly terrified, and continue to, terrify me.

      • grudan@programming.dev
        link
        fedilink
        arrow-up
        3
        ·
        12 hours ago

        Yep, the ones who are doing some kind of input on stack overflow (even just a survey) are way beyond the “let’s keep everything the same because to get rid of tech debt sounds like a bunch of work” camp.

    • S13Ni@lemmy.studio
      link
      fedilink
      arrow-up
      8
      ·
      14 hours ago

      I’m currently chancing jobs due to fact that while we are getting rid of the legacy tech debt, we are rushing with the new stuff in a such stupid way that we are instantly building new tech debt. Change, hooray!

    • BrianTheeBiscuiteer@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      13 hours ago

      Actually makes me feel a bit better. Of all the issues this could be the easiest to tackle. Most other issues are completely above your pay grade, unless your boss/PO is adamant about always producing new features and tweaking old code is a waste of time.