26 Nov The Role of Testing in Fixing
Okay, so you’ve created a working software system, but then some functions aren’t working properly in production. How is testing useful when it comes to fixing things that are already made? Here’s a powerful, yet simple pattern to leverage. BAD → Test … Fix … Test...