Katas
String Calculator In Rust Using TDD
Solution to kata problem originally posted at https://kata-log.rocks/string-calculator-kata using TDD
Tic Tac Toe Game implemented in React with TDD
Tic Tac Toe Game in React following TDD, Go Through Every Commit to understand
Manhattan Distance Using TDD
The problem is simpler, yet the restrictions around implementation will make you think.
Score Keeper Kata Using TDD
This Kata is helpful to understand Reusability and how tdd can help to prevent bugs due to copy-pasting
Roman Numerals Using TDD
This Kata is helpful to understand how to identify test cases along with writing code. How to convert exploratory scenarios into know tests.
Ohce Using TDD
A short and simple exercise to practice outside-in TDD using test doubles.
Fizz Buzz Using TDD
Solution to kata problem originally posted at https://kata-log.rocks/fizz-buzz-kata using TDD