Mantra
Explore how to actively seek constructive feedback in test driven development by using styled-components for React styling along with tools like webpack, stylelint, and Jest snapshots. Understand how tests fit into a feedback loop and learn strategies to improve code quality and flexibility before coding.
We'll cover the following...
We'll cover the following...
Mantra: Actively seek feedback
The spirit of TDD extends beyond writing tests before you write code. TDD’s goal is to set up a constructive feedback loop for yourself, identify potential problems quickly, and give yourself the freedom to ...