Join my daily Newsletter

Subscribe to get my latest content by email.

    I respect your privacy. Unsubscribe at any time.

    preloader

    Latest Posts

    I just want good code to go live

    Yesterday I observed a debate about how to structure code pull requests:

    • is it reasonable to keep functional and “cosmetic”/refactoring code changes in the same pull request, in order to simplify the work for the programmer?
    • or is it reasonable to expect the programmer to split their changes up into two (or several) PRs, one for functional changes, and one for refactorings/cleanup?

    One smart person summed it up perfectly:

    Read more

    Bugs are no problem

    🐞 Bugs are no problem.

    At least known bugs. At least not really.

    I mean, sure, we all would rather have a bug-free product, but if I had to choose between a product with 1000 known bugs and 100 unknown bugs, I know which one I’d choose.

    Read more