You know at least it printed an error. I hate when things silently swallow errors.
I'm looking at you, Python programmers:
try:
<100 lines of nonsense>
except:
pass
You know at least it printed an error. I hate when things silently swallow errors.
I'm looking at you, Python programmers:
try:
<100 lines of nonsense>
except:
pass