• MotoAsh@lemmy.world
    link
    fedilink
    arrow-up
    48
    arrow-down
    1
    ·
    7 months ago

    I mean, that ‘could’ be a straight up wrong thing to do if some of the calls were expecting errors to be able to escape. Yea, it’d be super weird and I don’t know if .NET would marshall them anywhere, but in some systems, that sort of, “obvious” fix could break shit. Sure, it’d be something doing something weird and kinda’ dumb, but … don’t we see “weird and dumb” all the time??

    • lobut@lemmy.ca
      link
      fedilink
      arrow-up
      40
      ·
      7 months ago

      oh yeah I just logged and rethrew, so it shouldn’t have had any behavior change, but I could have broken something I make mistakes all the time.

      The errors we were seeing in logs were like logic or application errors that we just didn’t see before. My changes really shouldn’t have caused.

      • ThePuy@feddit.nl
        link
        fedilink
        arrow-up
        18
        ·
        7 months ago

        I think that was the right approach, then again didn’t you have through a pull request or at least a code review? Knowing that would give raise to so many “errors” you should have had some sort of communication beforehand.

        I don’t blame you, more the workflow and ironically the manager

        • lobut@lemmy.ca
          link
          fedilink
          arrow-up
          10
          ·
          7 months ago

          Oh that was like years ago! Probably SVN, we on-boarded Git a little while after.

          No pull requests, you just manually merged back then. It’s definitely a workflow improvement we adopted later and we as a company and as an industry have gotten better.

          lol, the thing was just that my manager asked me what I did and I told him. Him getting another dev to “fact-check” me after is what bothered me a bit. I am usually the type of look into issues rather than brush them off and I am the first to confess to a screw up. Which is why I was irked.