Test-driven development (TDD) is a software development approach in which tests are written for a piece of code before the code is written. The tests describe the desired behavior of the code, and the code is written to make the tests pass. This approach helps ensure that the code meets the requirements and works as intended. In this topic, we will explore how to do TDD in TypeScript, a typed superset of JavaScript that can build large-scale applications.
Takeaways from the topic:
- Setting up a TypeScript project for TDD
- Writing tests in TypeScript
- Running tests in TypeScript
- Debugging tests in TypeScript
- Best practices for TDD in TypeScript
May 12 @ 16:00
16:00 — 16:45 (45′)
Michael John Pena