skunkworks-c/README.md

7 lines
219 B
Markdown
Raw Normal View History

2022-12-19 14:56:01 +01:00
# skunkworks-c
2022-12-21 07:09:29 +01:00
## code standard
snake_case for variables, function names, and struct names.
always explicit struct, no typedefs.
prefix struct members with _ (yes, its allowed, but _within_ structs only) if "private".