diff --git a/NEXT.md b/NEXT.md deleted file mode 100644 index 13b3e13..0000000 --- a/NEXT.md +++ /dev/null @@ -1 +0,0 @@ -I want to do a coding style and clean code refactor. We prefer to have helper methods such that the main logic consists of a couple of clear steps. We prefer readability over compactnes, but at the same time, when files get large, this means there is a need for a separate service with a specific topic/goal/subject. Also think of logical file structures and file names. We highly appreciate all guidelines from Clean Code by Robert C Marin Uncle Bob.