GPL5U
Administrative
Staff member
Administrator
Theme5s Lover
Trusted Uploader
Decoding Master
Reputation: 100%
Learn how to use TDD to become a better problem solver
What you'll learn
Requirements
Description
Heard about Test Driven Development (TDD) and not sure what it is? We'll take a real world example of a coding challenge for a job and work through it using TDD. We'll be building a 'Game of Life' simulation with tests first (using Jest), breaking tasks down into small achievable steps and viewing in a browser at the end.
Who this course is for:
What you'll learn
- Test driven development with Javascript and Jest
- Jest testing framework
- Game of Life algorithm
Requirements
- Nodejs installed
- An IDE such as VSCode
Description
Heard about Test Driven Development (TDD) and not sure what it is? We'll take a real world example of a coding challenge for a job and work through it using TDD. We'll be building a 'Game of Life' simulation with tests first (using Jest), breaking tasks down into small achievable steps and viewing in a browser at the end.
Who this course is for:
- Beginner to intermediate programmers