From a7d5ae8c23dc35cb7113f7a0c73923d7b1316d5a Mon Sep 17 00:00:00 2001 From: OGordoo <39002518+OGordoo@users.noreply.github.com> Date: Mon, 23 Dec 2019 17:11:05 +0000 Subject: [PATCH] new fix --- subjects/tetrisoptimizer.audit.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/tetrisoptimizer.audit.en.md b/subjects/tetrisoptimizer.audit.en.md index a2435c00..fdd956c3 100644 --- a/subjects/tetrisoptimizer.audit.en.md +++ b/subjects/tetrisoptimizer.audit.en.md @@ -45,8 +45,8 @@ ###### *Does the code have a consistent naming scheme (camelCase, under_scores)? ###### *Does the code obey the principles "DRY" (Don't Repeat Yourself) or "DIE" (Duplication is Evil)? ###### *Does the code obey the principal "KISS" (Keep It Simple, Stupid)? -###### *Does the code obey the principle YAGNI (You Aren’t Gonna Need It)? -###### *Does the code obey the principle SOC (Separation of Concerns)? +###### *Does the code obey the principle "YAGNI" (You Aren’t Gonna Need It)? +###### *Does the code obey the principle "SOC" (Separation of Concerns)? ###### *Does the code avoid deep nesting (if in ifs, forest of ifs)? ###### *Does the code present a good file and folder organization? ###### *Does it present a good separation of Code and Data?