diff --git a/README.md b/README.md index aa3aa4a13..3581ecbdf 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,11 @@ If you have such a question raise it as an issue on github and I'll try and find * [Context-aware Reader](context-aware-reader.md) - Learn how to TDD augmenting `io.Reader` with cancellation. Based on [Context-aware io.Reader for Go](https://pace.dev/blog/2020/02/03/context-aware-ioreader-for-golang-by-mat-ryer) * [Revisiting HTTP Handlers](http-handlers-revisited.md) - Testing HTTP handlers seems to be the bane of many a developer's existence. This chapter explores the issues around designing handlers correctly. +### Meta / Discussion + +* [Why](why.md) - Watch a video, or read about why unit testing and TDD is important +* [Anti-patterns](anti-patterns.md) - A short chapter on TDD and unit testing anti-patterns + ## Contributing * _This project is work in progress_ If you would like to contribute, please do get in touch. diff --git a/SUMMARY.md b/SUMMARY.md index 21715d799..de029ed74 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -42,5 +42,6 @@ ## Meta * [Why unit tests and how to make them work for you](why.md) +* [A short chapter on TDD and unit testing anti-patterns](anti-patterns.md) * [Contributing](contributing.md) * [Chapter Template](template.md)