• Thndrchld@beehaw.org
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    That’s wonderful until you have a client asking why their pre-alpha demo that you forgot they had access to just called them a fuckwit.

    Don’t ask me how I know that one :D

    • cawsllyffant
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      You too? First job, first production push (circa 1997)… a few days pass and support comes into my office with their hair on fire. “Customer is asking why the program is calling them a fucking idiot.”

      In a piece of code that it should have been impossible to hit, I’d put a dialog “Developer is a fucking idiot”.

      When I say impossible to hit, it was on the order of if (a == null && a != null ){}. Or so I thought… turns out I’d miscounted the curly braces.

  • Otome-chan@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I was once told that I’m very thorough with commenting, and I didn’t have the heart to tell them that if I didn’t comment so well I’d have no idea what my code is doing.

  • thepiguy@feddit.nl
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I do todo!() For rust and in other languages I just throw an exception. And searching for TODO comments using ripgrep.