• PetDinosaurs@lemmy.world
    link
    fedilink
    arrow-up
    77
    arrow-down
    1
    ·
    1 year ago

    Most people suck at software engineering.

    Plus, there’s always the temptation to do it the shitty way and “fix it later” (which never happens).

    You pay your technical debt. One way or another.

    It’s way worse than any gangster.

    • rodolfo@lemmy.world
      link
      fedilink
      arrow-up
      19
      ·
      1 year ago

      amen

      Plus, there’s always the temptation to do it the shitty way and “fix it later”

      double amen

            • decerian@lemmy.world
              link
              fedilink
              arrow-up
              5
              ·
              1 year ago

              Why is that weirder? The people writing scientific software are, by and large, less good at writing software than people who only specialize in software development. I’d expect there to tons of terrible engineering practices in an old code base like that

              • PetDinosaurs@lemmy.world
                link
                fedilink
                arrow-up
                5
                ·
                edit-2
                1 year ago

                good question.

                Because even trivial things like Fourier transforms (to people like me) are very difficult to understand to those that don’t know them. They took me years to understand. Non scientific software engineers do not understand those. It’s just a different course of education.

                You’re also right about old code base as well. Algorithms like these belong in c++ (or C or fortran), and it’s extremely difficult to explain why to people who have no understanding of numerical computing.

                It’s just different education.

        • rodolfo@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          I wish I was so lucky to have comments.

          in real life, I’m fighting with - I’m not joking - a few dozen “quick patches”. code does not reflect in any point functional requirements, and dude is adamant he’s in the right and supersarcastic in any occasion.

          • PetDinosaurs@lemmy.world
            link
            fedilink
            arrow-up
            3
            ·
            1 year ago

            I’ve been working at my current company for almost a year.

            I had no idea it could be this bad.

            I actually had to fight/plead with someone to “please read the code”. Guy did get fired though.

    • FlickOfTheBean@lemmy.world
      link
      fedilink
      arrow-up
      8
      ·
      1 year ago

      Rarely have I ever actually had consequences for my sins, which tends to be why I don’t go back and fix them…

      If tech debt weight is felt in any way, it tends to get fixed. If it’s not felt, it’s just incredibly easy to forget and disregard.

      (This is mostly me not learning my lesson well enough from my time being on Tech Debt: The Team. I do try and figure out the correct way to do things, but at the end of the day, I get paid to do what the boss wants as cheaply as possible, not what’s right :/ money dgaf about best practices until someone gets sued for malpractice, but on that logic, maybe the tech debt piper just hasn’t returned for payment from me yet… Only time will tell)

        • FlickOfTheBean@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          Ah yeah, that would be a worry, except I forgot to mention that most of the code I work on usually gets thrown away after like 6 months. Makes tech debt not have nearly as big of an impact on me.

          We do have a longer lasting code base that the little widgets I make run off of. That has a much more strict requirements to ensure tech debt is not introduced specifically so we don’t end up in that sort of a position.

          That said, and yet we couldn’t even keep it out of our own code base. So yeah, I think my original comment is just wrong because I forgot all the ways tech debt actually has effected me in the past and how my industry’s project cycle is so short term that i rarely have the opportunity to run into tech debt that I caused in a problematic way…

            • FlickOfTheBean@lemmy.world
              link
              fedilink
              arrow-up
              4
              ·
              1 year ago

              Yeah, that makes total sense.

              Most software engineers also have to actively maintain and add features to their finished project, and those aspects change a lot about how the problem can be approached.

              I failed to take into account why might I have not been effected by tech debt despite occasionally creating it before commenting. Will have to make sure that filter gets a bit stronger lol

    • manapropos@lemmy.basedcount.com
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      1 year ago

      If you’re smart you do it the quick and easy way and leave the company before it bites you in the ass. Only suckers stay with the same company for more than a few years