• SoyViking [he/him]@hexbear.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 hours ago

    So breaking things up aggressively into small components you can reason about in isolation tends to be the best way to write reliable code you can maintain over time.

    This is so true. Something that has really improved my coding has been having a linter that whines to me about assignment branch condition size. Compared with learning how to properly stub methods in tests it has helped me break tasks down into simple manageable chunks with little room for error.