Lil bit of cleaning
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -177,3 +177,4 @@ cython_debug/
|
|||||||
# MacOS annoying file
|
# MacOS annoying file
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
>>>>>>> main
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user