• UndercoverUlrikHD@programming.dev
    cake
    link
    fedilink
    arrow-up
    4
    ·
    5 天前

    They both have their place. I just recently discovered a bug in lemmy bot I wrote where the lemmy API module will raise an Exception if login fails (response status code != 200), which feels extremely out of place, as the error/status code do matter in that case.

    Other times exceptions make more sense as Phillip pointed out. It’s easier faster to ask for forgiveness than permission after all.