Update 'README.md'

This commit is contained in:
anon 2023-12-11 17:19:23 +00:00
parent 6886c55e13
commit 8d9522ffc2

@ -1,3 +1,4 @@
# Coding Standard
### Compialation ###
+ remove all warnings
clang -Weverything
@ -86,3 +87,13 @@
### Misc ###
+ keep a line width of 80
+ string null termination is spelled '\0'
# Development Process
### How to manage a group project
1. Select PM
2. Settle on the exact features
3. Settle on the technologies
4. Settle on basic structure
5. Let the PM type out the frame with function prototypes / empty bodies
6. Let the PM distribute the work
7. Type away furiously