Changes
Page history
Update home
authored
Sep 27, 2021
by
Johannes Hoelken
Show whitespace changes
Inline
Side-by-side
home.md
View page @
87d07ca8
...
@@ -59,7 +59,21 @@ This is a brilliant example in *solving things as simple as possible*. For examp
...
@@ -59,7 +59,21 @@ This is a brilliant example in *solving things as simple as possible*. For examp
### Google TechTalk
### Google TechTalk
[
Design Tech Talk: OO Design for Testability
](
https://www.youtube.com/watch?v=acjvKJiOvXw
)
[
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
# Knowledge Base
-
[
Best Practices
](
Best-Practices
)
-
[
Glossary
](
glossary
)
-
[
Glossary
](
glossary
)
-
HOWTOs
-
[
mocking
](
howto/mocking
)