From 1c2667f4576131b5bdfdf36bcc8ecdda43b3bcd2 Mon Sep 17 00:00:00 2001 From: Lauren ten Hoor Date: Tue, 10 Feb 2026 22:53:51 +0800 Subject: [PATCH] chore: remove NEXT.md from repository (#111) --- NEXT.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 NEXT.md 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.