From d0fd8f049f746496d265061cde467f04ef64100d Mon Sep 17 00:00:00 2001 From: Nuo Li <107034457+nuo-li@users.noreply.github.com> Date: Thu, 4 Apr 2024 13:49:48 +0200 Subject: [PATCH] Update eP.md --- eP.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eP.md b/eP.md index f579233..39ae519 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 -- [x] Reviewable https://reviewable.io/ Code review tool +- [ ] 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 @@ -136,6 +136,7 @@ _Development platforms, languages, frameworks_ ### New topics: - [x] Solidity https://soliditylang.org/ Programming language for Ethereum blockchainn - [x] Unreal Engine https://www.unrealengine.com/ 3D Graphics & Game Engine +- [x] SQLAlchemy - [ ] ... ...