• ulterno
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    7 days ago

    I have had a similar experience to you, so I’ll go with that.

    My exp?

    • “The program is crashing!”
      • It was hanging because they requested 1GB of data in a single query
    • “The library code contains memory leaks”
      • *Memory leaks were in the code of the application they made using the library"
    • “You installed this thing and now some part of my code does not work”
      • The other team that provided that part of code, installed something in system, without using the package manager and then didn’t tell anyone about it
        • Ok, that one was my fault. I should not have installed stuff just asking the tester. I should have asked someone higher up.
          • No! You don’t install stuff with the same name as a package in the same location as the package manager would, without using the package manager! opt is there for a reason. My fault was that I didn’t do that intentionally.
    • “The program is hanging”
      • It was crashing