From 99aa90fa75f4cd6686f1db96065c651544e73a8b Mon Sep 17 00:00:00 2001 From: Viktoriia <106541016+fehlend0@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:34:24 +0100 Subject: [PATCH] Update eP.md --- eP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eP.md b/eP.md index 8ecb07a..f579233 100644 --- a/eP.md +++ b/eP.md @@ -113,7 +113,7 @@ _Development platforms, languages, frameworks_ ### Software quality Semester 4, Weeks 5-8 - [ ] Clean code / Code Smells could be combined with a code analysis tool Explain with your code examples -- [ ] Reviewable https://reviewable.io/ Code review tool +- [x] Reviewable https://reviewable.io/ Code review tool - [X] Test Diven Development could be combined with a unit testing tool Explain with your source code - [x] JUnit https://junit.org/junit5/ Unit testing for Java