• technojamin@lemmy.world
    link
    fedilink
    arrow-up
    14
    ·
    4 months ago

    This is why many languages have errors and warnings as separate things. Errors for things that for sure prevent the program from working, and warnings for things that are probably wrong but don’t prevent things from working. If you have a setting to then treat warnings as errors (like for CI checks), then you get all the guarantees and none of the frustration.