-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
16 lines (9 loc) · 960 Bytes
/
README
File metadata and controls
16 lines (9 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Srry
CODESTYLE
* Indent with 2 spaces, not tabs * For comments use only /**/ * Try to write without libraries
* No trailing whitespace * Perror style [func_name/error] * There's nothing that can't be written
* Use only snake_case or flatcase * Goto and Macros are not bad code * Failure understand means looking deeper
СТИЛЬКОДА
* Отступ 2 пробела, а не табуляции * Для комментариев только /**/ * Старайтесь писать без библиотек
* Никаких whitespace * Perror стиль [func_name/error] * Можно написать все
* Только snake_case или flatcase * Goto и Макросы не есть плохой код * Не понимать - значит смотреть глубже