• Dizzy Devil Ducky@lemm.ee
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    25
    ·
    5 months ago

    I hope I learn some day how to code a bug in python that will not show up in any error messages and absolutely ruins a program. I’d love to find a random program at whatever job I end up at and before quitting just ruin it with a random line of code that doesn’t output an error code.

    • philm@programming.dev
      link
      fedilink
      arrow-up
      25
      ·
      5 months ago

      Easy, it’s just… continue programming in python. (large codebases are a mess in python…)

      More seriously: Don’t do that, it’ll only create headaches for your fellow colleagues and will not really hit those (hard) that likely deserve this.

    • MotoAsh@lemmy.world
      link
      fedilink
      arrow-up
      15
      ·
      edit-2
      5 months ago

      Logical errors are an entire domain of programmer troubleshooting. All you’ll have to do is attempt to learn programming, and you WILL write something that throws no errors, performs terribly, and confuses you for hours.

      We all do. It’s almost a badge of honor to push past a few of them.

      Hell, sometimes it happens when no one has made an error but a particular mix of data or odd arrangement of hardware it ends up running on hits an undiscovered edge case that buggers things up.

    • stembolts@programming.dev
      link
      fedilink
      arrow-up
      10
      ·
      5 months ago

      It’s not hard to do. What would be hard would be getting it through code review. Like the example provided… how would that ever get through code review for a merge? Must not be a well-protected code base?

    • AAA@feddit.de
      link
      fedilink
      arrow-up
      8
      ·
      5 months ago

      If you’re thinking about rage quitting a job you don’t even have yet, maybe take a different career from the beginning?

      What the hell.