13 A culture of quality
This chapter covers
- How types complement your tests and make your code safer
- The impact of code reviews and how to perform them effectively
- Adopting linting and formatting and the advantages of doing so
- Setting up monitoring to ensure your systems are healthy
- How documentation affects your project’s quality
After 12 chapters on JavaScript testing, the 13th takes a little bit of a different direction. In this chapter, I will teach you new techniques that will complement your tests and help you foster a culture of quality in your projects.
These techniques amplify the impact of your tests. They make your tests safer, your code easier to understand, or catch errors that your tests wouldn’t be able to.
This chapter starts ...
Get Testing JavaScript Applications now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.