• Bobby Turkalino@sh.itjust.works
    link
    fedilink
    arrow-up
    4
    ·
    4 hours ago

    I’m sorry that you work at a company that thinks code reviews and tests guarantee bug-free code.

    The primary function of code reviews is to increase visibility, and therefore maintainability. It keeps other members of the team in the loop about how codebase is changing and how it might affect their current or future work.

    The primary function of tests is to catch regressions, not new bugs, and especially not new bugs related to use cases that weren’t even possible in previous versions