Open nhill2010 opened 1 year ago
Create a coding standard similar to Dr. Leverington's "GUR"
We can keep it simple but just have some basic list of standards.
Either a .txt or .md
suggested path:
~/Docs/
Suggestion: No brackets on same line as code.
EX. Good foo( bar b ) { ... }
Bad foo( bar b ) { ... }
Low Priority
Create a coding standard similar to Dr. Leverington's "GUR"
We can keep it simple but just have some basic list of standards.
Either a .txt or .md
suggested path:
~/Docs/