How TDD helps you build modular Angular apps
Full-stack engineer
matejchalk
matejchalk
Matěj Chalk
@
How can this be prevented?
Drowning in tech debt?
Modular architecture design
Unit tests and TDD
Example of TDD flow
Selective unit testing
😊 String formatting
😊 Regular expressions
😊 Object transformations
😒 Wrapper service for HttpClient (1)
😒 Wrapper service for HttpClient (2)
Decision tree for unit testing
Tips for writing good unit tests
github.com/matejchalk/tdd-demo
Demo time!
Nx workspace
$ npx create-nx-workspace
Nx workspace (continued)
Storybook
$ npm i -D @nrwl/storybook
$ nx g @nrwl/angular:storybook-configuration
github.com/matejchalk/tdd-demo
Demo time!
Other tips to increase code quality
Summary
Full-stack engineer
matejchalk
matejchalk
Matěj Chalk
Q&A
@