Skip to content

Commit

Permalink
add links to anti-patterns chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Feb 8, 2021
1 parent 360d997 commit 018202f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 018202f

Please sign in to comment.