12
obeq
8y

How to write bug free code:

while True:
try:
_loop() # all logic here
except:
print_excv()

This will not cause any difficulties ever. Remember to pipe output to /dev/null, make this script a critical but undocumented part of your infrastructure and tell no one about it.

Comments
Add Comment