Bonus points if it’s usually misused/misunderstood by the people who say it

  • @Zacryon@feddit.de
    link
    fedilink
    4
    edit-2
    9 months ago

    *on deterministic computers.

    Technically, even then doing the same can lead to different results, if nondeterministic events play a role and the different aspects of the software or system may contain bugs. For example mutlithreaded applications where the scheduler can passively influence the outcome of an operation. In one run it fails, in another it doesn’t. A nightmare to debug.