• @[email protected]
    link
    fedilink
    1842 months ago

    Returning and finding everything done is equally suspicious. That’s when you have to take a closer look and discover what spaghetti made it through peer review.

    • MrPasty
      link
      fedilink
      662 months ago

      Or worse, it means you’re not as good as you thought you were.

      • @[email protected]
        link
        fedilink
        342 months ago

        It’s not so bad being the worst player on the team. Just means you have a lot of room for improvement as long as you’re willing to learn. Honestly it’s one of my favorite situations to find myself in. “Oh I suck. How can I get better?”

        • @cheddar
          link
          282 months ago

          Sounds good unless you really suck and there is no way for you to improve. I might or might not be speaking from experience.

          • @[email protected]
            link
            fedilink
            112 months ago

            I’m having that same imposter syndrome feeling right now. But one of the SMEs at work today randomly complained to me about another agent and his lack of caring/learning and thanked me for how I am. So. Sometimes it works out well as long as you’ll listen and learn. You can always learn more it just takes time.

          • lad
            link
            English
            42 months ago

            In most crafts, and I consider software development one, there’s rarely no way to improve. The problem arises if the client or the employer wants you to improve too quick, faster than you could, and sometimes faster than even possible.

            But to be fair, sometimes developer doesn’t want to improve either

      • @[email protected]
        link
        fedilink
        262 months ago

        Checking the ci logs for the past week, like:

        86 test suites passed successfully
            ❌ 0 failures
            ✅ 0 success
            🤷‍♂️ 1785 skipped
        
      • @[email protected]
        link
        fedilink
        212 months ago

        Ive heard of stories where people would have an imposed test coverage percentage requirement… and they would just have a single dummy method that printed “.” to the console thousands of times. They then have a single test for that one method, and whenever their codebase grows to big, they add more lines to it so that the dummy method has enough lines to meet the test coverage requirement.

            • lad
              link
              English
              22 months ago

              Yeah, every metric that can be applied automatically ends up becoming useless if people are incentivized to break it

                • lad
                  link
                  English
                  12 months ago

                  There’s always one. Thanks for finding it ❤️

    • dactylotheca
      link
      fedilink
      English
      22 months ago

      It just irritates the fuck out of me when people write an obvious swear word but either omit letters or “censor” them with eg. *, like that somehow makes it not swearing even though EVERYBODY KNOWS WHAT THAT FUCKING WORD IS.

      Either don’t swear if you think it’s so bad, or just write the naughty words out instead of pretending “f*ck” isn’t a bad evil naughty word because you hid one letter like a fucking mentally deficient child.

      FUCK.

  • @[email protected]
    link
    fedilink
    55
    edit-2
    2 months ago

    I once had to go on a longer medical leave, couple of months. In preparation, I documented everything - pages upon pages answering all questions in easily searchable formats. For more than a month, any questions I got were answered with links to specific sections in the documentation, so people would know where to find everything. I put the links everywhere, in total there were at least 200 links to various sections of the documentation throughout all our communication mediums, as well as all information repositories.

    After I came back from leave, most of the things I was responsible for were turned off. When I asked why, the response was “we didn’t find your documentation”.

    I no longer care whether things keep working.

  • @[email protected]
    link
    fedilink
    40
    edit-2
    2 months ago

    Generally when you go on holiday and do a detailed handover to another dev, you find the team spent the week fighting some crazy fire in prod or sudden shift in priorities from up the chain. Don’t think I’ve ever had them actually complete my work.

  • @[email protected]
    link
    fedilink
    332 months ago

    How you gonna take 3 weeks vacation when an iteration is 2?! And how you gonna expect any dev to do anything without a daily stand up??? You need to be more AGILE dude

    • lad
      link
      English
      92 months ago

      To be fair, if there’s two people in the team and one of them is a junior, I would’ve expected nothing to be done at all, especially if it’s as long as three weeks

      I think, I would’ve left the junior some language or design research, and some questions to ponder about in the meantime, if I were in this situation

  • Enoril
    link
    fedilink
    202 months ago

    Didn’t expected a “Great Teacher Onizuka” meme after all these years but yeah!

  • @[email protected]
    link
    fedilink
    142 months ago

    The question is, was nothing done because they’re incompetent or because they don’t care about the job and were able to do nothing with a “good” excuse

    • @[email protected]
      link
      fedilink
      102 months ago

      Or because you forgot one very crucial part?

      I had that happen to me as a junior. The other seniors weren’t even able to help, so in the end nothing was done. IIRC it was an old python app which the OG author explained the nonsense logic of, but not how to actually run it, or vice versa. Either who the whole project was fucked up

      • @[email protected]
        link
        fedilink
        32 months ago

        Of course, the assumption was that the senior was actually competent and non-malicious, which may of course be false.

      • Trailblazing Braille Taser
        link
        fedilink
        22 months ago

        I have a similar story. I started a new job and inherited a ball of mud written in Python while the creator was out for a few weeks. When he got back, he was grumpy about my changes. I guess he preferred it with more bugs 🤷‍♂️

  • @[email protected]
    link
    fedilink
    English
    122 months ago

    You kids today. In my day we used Visual Source Safe and would accidentally leave a critical file checked out when we went on vacation and nobody else could get anything done until we came back.

  • @[email protected]
    link
    fedilink
    7
    edit-2
    2 months ago

    This is the result of so called tribal knowledge in software development. It’s even worse when the senior citizen who understands everything retires, goes senile, or dies.

  • molave
    link
    fedilink
    52 months ago

    Maybe, part of your job is to not touch anything in a random day and observe what happens when something breaks. That way, you can document what’s not being fixed so that your team is more prepared when you’re actually not there.

  • @[email protected]
    link
    fedilink
    21 month ago

    Sometimes I am happy about the increase in AI assisted coding specifically so junior devs won’t get as stuck without outside help. Very frustrating when they don’t reach out when they struggle, but at least they can privately copypaste into ChatGPT and get ideas. But, still requires a fine toothed comb when you’re doing the review to know if any toilet tier material sprayed out.