diff --git a/README.md b/README.md index 5760eaf..40fb7c7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # oc.expertcamp.tdd Code Samples for the `OC|ExpertCamp` TDD session + +import this as a `maven` or `gradle` project into your IDE. + +---- + +TDD is a work method. The changes bewteen the individual commits are more important than the final result. \ No newline at end of file diff --git a/src/main/doc/CheatSheet.pdf b/src/main/doc/CheatSheet.pdf new file mode 100644 index 0000000..b4daa56 Binary files /dev/null and b/src/main/doc/CheatSheet.pdf differ diff --git a/src/main/doc/Handout.pdf b/src/main/doc/Handout.pdf new file mode 100644 index 0000000..05711b2 Binary files /dev/null and b/src/main/doc/Handout.pdf differ