This commit is contained in:
iperov 2018-06-04 17:12:43 +04:00
commit 6bd5a44264
71 changed files with 8448 additions and 0 deletions

5
CODEGUIDELINES Normal file
View file

@ -0,0 +1,5 @@
Please don't ruin the code and this good (as I think) architecture.
Please follow the same logic and brevity/pithiness.
Don't abstract the code into huge classes if you only win some lines of code in one place, because this can prevent programmers from understanding it quickly.