• Kogasa@programming.dev
    link
    fedilink
    arrow-up
    9
    ·
    4 months ago

    If you have a lot of semantic breakpoints (like the end of a concept) that don’t line up with syntactic breakpoints (like the end of a method or expression body) your code probably needs to be refactored. If you don’t, then automatic code formatting is probably all you need.