From b5a9babd39c309dd16ba3cd1d428e0042702838a Mon Sep 17 00:00:00 2001 From: Mathias <goebel@sub.uni-goettingen.de> Date: Thu, 6 Dec 2018 20:46:00 +0100 Subject: [PATCH] minor typo --- rdd-technical-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rdd-technical-reference.md b/rdd-technical-reference.md index c752795..4747da4 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) -- GitLab