Skip to content

Commit 28bda34

Browse files
committed
Working Effectively with Unit Tests & Understanding the Four Rules of Simple Design
1 parent 323ac62 commit 28bda34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ I am committed keeping this path up to date and valuable. If you have suggestion
7878
- Part 2: Catalog
7979
- Read [desirable properties of tests](https://medium.com/@kentbeck_7670/test-desiderata-94150638a4b3)
8080
- Watch [the video playlist](https://www.youtube.com/playlist?list=PLlmVY7qtgT_lkbrk9iZNizp978mVzpBKl)
81+
- Read [Working Effectively with Unit Tests](https://leanpub.com/wewut/read)
8182

8283
## 🌱 Session 3: Refactoring
8384

@@ -269,6 +270,7 @@ If you are looking for more Code Katas to learn and practice with your new progr
269270
- Read [The Four Elements of Simple Design](http://blog.jbrains.ca/permalink/the-four-elements-of-simple-design)
270271
- Read [Putting An Age-Old Battle To Rest](http://blog.thecodewhisperer.com/permalink/putting-an-age-old-battle-to-rest)
271272
- Read Chapter 12 of [Clean Code](https://www.goodreads.com/book/show/3735293-clean-code): Emergence
273+
- Read [Understanding the Four Rules of Simple Design](https://leanpub.com/4rulesofsimpledesign)
272274
- Watch Outside-in TDD ([part I](https://www.youtube.com/watch?v=XHnuMjah6ps) - [part II](https://www.youtube.com/watch?v=gs0rqDdz3ko) - [part III](https://www.youtube.com/watch?v=R9OAt9AOrzI))
273275
- Read [Test-Driven Development: By Example](https://www.goodreads.com/book/show/387190.Test_Driven_Development)
274276
- Patterns for Test-Driven Development

0 commit comments

Comments
 (0)