Jun 3, 2022 Being Intentional with Technical Debt Technical Debt [https://en.wikipedia.org/wiki/Technical_debt] is the extra cost of current work caused by taking a shortcut in the past. Technical
Feb 25, 2022 Programming Testing Quickcheck Convex Better Testing With Less Code Using Randomization Moving assertions into application code and randomizing test input helps bring more value from fewer tests.