diff --git a/rdd-technical-reference.md b/rdd-technical-reference.md index c752795b519149b4fad9c19cd794cfe041922561..4747da44a6ca112e732ab20a660ffa60ac1480ab 100644 --- a/rdd-technical-reference.md +++ b/rdd-technical-reference.md @@ -160,7 +160,7 @@ A bug tracking system is obligatory! Please use the respective bug tracking syst We aim to have a test coverage of **100%** (except for getter and setter methods). Whether you achive this by Test Driven Development (TDD) or not is specific to -yout preferred way to work. +your preferred way to work. Please keep in mind not only to write a test for each of your functions but also to consider all possible outcomes. It is e.g. not sufficient to test if a function @@ -175,7 +175,7 @@ Examples for different programming languages are: - @TODO: Code building (such as Jenkins, Gitlab Runner) -- @TODO: Provide complete example for Jenkins and Gitlab runner! +- @TODO: Provide complete example for Jenkins and GitLab runner. - @TDOO: Monitoring (such as Icinga)