• NaibofTabr@infosec.pub
      link
      fedilink
      English
      arrow-up
      11
      ·
      7 days ago

      Everybody has a test environment.

      Some are lucky enough to also have a production environment.

  • Kühlschrank@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    6 days ago

    Wondering as a non coder, can something like that happen with modern languages?

    When I learned some C++ back in the day I remember my code not working because I forgot a = in a == statement. But then it just didn’t compile and was unusable until I discovered it.

    • piccolo@sh.itjust.works
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      6 days ago

      Back then, it would written in assembly which is has basically no compilations rules other than be translated to machine code. So it will do litterally what you tell it to do.

  • moody
    link
    fedilink
    arrow-up
    4
    ·
    6 days ago

    I always fuck up some mundane detail!