Please enable JavaScript.
Coggle requires JavaScript to display documents.
SQ (Bad code (Rigid (kleine Veränderungen ziehen größere Veränderungen …
SQ
-
good test code?
TDD
writing a test
progreamming by intention
- focus on one problem at a time
- Imagine how the rest of the code could be
'
- the Test we make up defines names and attrs and so on...
- thinking in Test rather then tasks
- tests should be
-
-
-
4 aspects
Functin
-
requested features working?,..
-
-
-
-
-
Good Code
-
-
-
minmal depandancies / minimal clear API #
-
-
-
-
-
-