Published onNovember 3, 2023Using a builder pattern for testscodeHigh-quality-softwareUsing the builder pattern in your tests can help reduce duplication while still helping you create very readable, specific tests.
Published onSeptember 6, 2021Use git bisect to see when you broke the testscodeHigh-quality-softwareUse git bisect to figure out when you broke the tests.
Published onFebruary 23, 2021TIL: Add your git repo to a tarballTILcodeHigh-quality-softwareToday I learned that you can neatly pack all the files in your git repository into a tarball, automatically excluding files in your gitignore