nhill2010 / 413_Final_Project

Group final project for NAU CS413.
1 stars 0 forks source link

Create Coding Standard #6

Open nhill2010 opened 7 months ago

nhill2010 commented 7 months 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/

nhill2010 commented 7 months ago

Suggestion: No brackets on same line as code.

EX. Good foo( bar b ) { ... }

Bad foo( bar b ) { ... }

nhill2010 commented 7 months ago

Low Priority