Lil bit of cleaning

This commit is contained in:
2025-12-01 03:12:38 +03:00
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -177,3 +177,4 @@ cython_debug/
# MacOS annoying file # MacOS annoying file
.DS_Store .DS_Store
>>>>>>> main

View File

@@ -6,7 +6,7 @@ This repository needs to be used as a template for all microservices that we are
1. KISS - Keep It Simple 1. KISS - Keep It Simple
2. DRY - Don't Repeat Yourself 2. DRY - Don't Repeat Yourself
3. Camell case only 3. Snake case only
4. LONG NAME OF VARIABLE OK, AS FAR AS IT DESCRIBES WHAT THE VARIABLE IS USED FOR 4. LONG NAME OF VARIABLE OK, AS FAR AS IT DESCRIBES WHAT THE VARIABLE IS USED FOR
5. DO. NOT. USE. NAMES. SUCH. AS. "a, b, c, d, s" OR SOMETHING LIKE THAT YOUR STUPID BRAIN SUGGESTS 5. DO. NOT. USE. NAMES. SUCH. AS. "a, b, c, d, s" OR SOMETHING LIKE THAT YOUR STUPID BRAIN SUGGESTS
6. Principals 4 and 5 don't override each other. Truth is somewhere in the middle as always. 6. Principals 4 and 5 don't override each other. Truth is somewhere in the middle as always.