Update home authored by Johannes Hoelken's avatar Johannes Hoelken
......@@ -59,7 +59,21 @@ This is a brilliant example in *solving things as simple as possible*. For examp
### Google TechTalk
[Design Tech Talk: OO Design for Testability](https://www.youtube.com/watch?v=acjvKJiOvXw)
# Books
- **Clean Code**, Robert C. Martin
Yes, this book applies almost everywhere.
- **Effective Unit Testing**, Lasse Koskela
Unit Testing patterns and anti-patterns. Written for Java, but things are transferable
# Knowledge Base
- [Best Practices](Best-Practices)
- [Glossary](glossary)
- HOWTOs
- [mocking](howto/mocking)