The Virtuous Cycle of Testing
Writing more tests makes it easier to write other tests in the future
Mar 29, 20243 min read10

Search for a command to run...
Articles tagged with #refactoring
Writing more tests makes it easier to write other tests in the future

You may have heard before that when you work in software development, you eventually build up a sort of "mental toolbox." The more you try out different tools, the more you familiarize yourself with them and know when to apply the right tool for a sp...

Expand your mental coding toolkit with the concept of pattern matching
