minus-squarecsm10495@sh.itjust.workstoProgrammer Humor@programming.dev•What are some of the worst code you have seen in a production environment?linkfedilinkEnglisharrow-up14·2 days agoThere was something like # sleep for about a second on modern processors math.factorial(10000) After it was found we left it in the code but commented out along with a sleep(1) for posterity. linkfedilink
There was something like
# sleep for about a second on modern processors math.factorial(10000)After it was found we left it in the code but commented out along with a
sleep(1)for posterity.