diff --git a/Coding-style-guide.md b/Coding-style-guide.md new file mode 100644 index 0000000..be2b534 --- /dev/null +++ b/Coding-style-guide.md @@ -0,0 +1,5 @@ +* lower_case with underscores +* no CamelCase +* GLOBAL_VARIABLES + +* ... \ No newline at end of file