TDD UITableView by fragi July 17, 2019 0 TDD UITableView and UICollectionView are the most common objects we use when we want to present a collection of items or... Read more
TDD UIViewController by fragi July 17, 2019 0 TDD UIViewControllers are among the most frequent objects we use when we want to manage a view hierarchy for a UIkit... Read more
Roman Numerals by fragi May 18, 2019 0 Code Kata Roman Numerals is an easy Kata, it is ideal to be practised after the first Katas (FizzBuzz). Decription: Convert... Read more
Game of life Kata by fragi May 12, 2019 0 Code Kata Game of life is a Kata in which we can practise Functional Programming: The rules are simple: The world... Read more
FizzBuzz Kata by fragi April 28, 2019 0 Code Kata FizzBuzz is one of the simpler TDD Katas, and often the first Kata one will solve. The rules are the... Read more
Banking Kata by fragi April 28, 2019 0 Code Kata Banking Kata is a great Kata to practise the Outside-In technique. I found this Kata in the Codurance and as a... Read more
Leap Year by fragi April 27, 2019 0 Code Kata Leap year Kata is one of the classic Katas for starting practising TDD. Leap year Kata description: A year is... Read more
Arrange Act Assert by fragi April 27, 2019 0 TDD The Arrange Act Assert is one of the most important patterns for arranging and formatting unit tests. It keeps the... Read more