Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 746 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 746 Bytes

Sustainable Testing Katas with TypeScript

This repository contains the solutions to the katas of the course Testing Sostenible con TypeScript. This course dives into the subtleties of creating great software using a test-based approach, which is known as Test-Driven Development or TDD. Every kata represents an exercise that helps the student to practice and sharpen their analytical skills by thinking before doing. This is the purpose of testing. To create a clearer picture of the problem by turning complex functionalities into simple and expressive tests that tell the story of the business (the what), and the way the project manages to accomplish the established objectives (the how).