Tips for running a code Kata
Code katas such as the classic bowling game kata by uncle bob are a good way of fostering TDD best practice in your team. Here, in no particular order, are a few hints for running…
Code katas such as the classic bowling game kata by uncle bob are a good way of fostering TDD best practice in your team. Here, in no particular order, are a few hints for running…
Tests help you ensure your code works, but they come in several shapes and sizes. Here are the four key ones I use, and how to spot the difference. via GIPHY Unit tests AKA: TDD,…