Skip to content

Commit ff77966

Browse files
committed
[Documentation] Write the DoR for code katas.
1 parent 52aa9e3 commit ff77966

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,18 @@ Update your fork as follows. It is assumed you did not commit in the "master" br
128128
git fetch origin master && git rebase -p --onto origin/master master develop && git branch -f master origin/master
129129
```
130130

131-
## Definition of Done (DoD)
131+
## Working on a code kata
132+
133+
### Definition of Ready (DoR)
134+
135+
What should be a DoR for the code katas, that is to say to be ready before coding, whether at home or in a coding dojo, while using this code boilerplate?
136+
- [Git](https://git-scm.com) is ready-to-use.
137+
- The [Java SE Development Kit](https://www.oracle.com/technetwork/java/javase/downloads/index.html) is installed.
138+
- The IDE is installed and configured, preferably [IntelliJ IDEA](https://www.jetbrains.com/idea).
139+
- [Apache Maven](https://maven.apache.org) is ready-to-use.
140+
- The build of the code kata boilerplate is successful, in command line as well as in the IDE.
141+
142+
### Definition of Done (DoD)
132143

133144
What should be a DoD for the code katas?
134145
- The kata is done by applying [Test-Driven Development (TDD)](https://en.wikipedia.org/wiki/Test-driven_development).

0 commit comments

Comments
 (0)