• @[email protected]
    link
    fedilink
    28
    edit-2
    2 years ago

    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