Difference between revisions of "OOP344 20131 Oopers"
Peter Huang (talk | contribs) (→Team Members) |
Peter Huang (talk | contribs) (→Coding Guidelines) |
||
Line 14: | Line 14: | ||
* Private instance var - '''_dataExample''' - starts with underscore, first word is in lowercase, first letter of second word is uppercase (rest of characters are lowercase), etc. | * Private instance var - '''_dataExample''' - starts with underscore, first word is in lowercase, first letter of second word is uppercase (rest of characters are lowercase), etc. | ||
* Public functions - '''GetData()''' - first letter of each word in function name is uppercase (rest of characters are lowercase). | * Public functions - '''GetData()''' - first letter of each word in function name is uppercase (rest of characters are lowercase). | ||
+ | * Each variable should be written in one line | ||
+ | '''Examples:''' | ||
− | '''4)''' | + | int a; // good |
+ | |||
+ | int a, b. c; //bad | ||
+ | |||
+ | '''4)''' Seneca Honesty Policy, Date, Professor Name, Student (or Group), Section, Class should be in a comment on the top of every source file ('''.cpp''' and '''.h''') | ||
== '''Team Members''' == | == '''Team Members''' == |
Revision as of 03:44, 14 February 2013
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
Oopers (Team 8)
Repository
+++ Git Repository ID: Ooper (https://github.com/Seneca-OOP344/8-Ooper.git) +++
Coding Guidelines
1) Software: Visual Studio 2010.
2) Identation: 3 spaces!
3) Variable Names:
- Private instance var - _dataExample - starts with underscore, first word is in lowercase, first letter of second word is uppercase (rest of characters are lowercase), etc.
- Public functions - GetData() - first letter of each word in function name is uppercase (rest of characters are lowercase).
- Each variable should be written in one line
Examples:
int a; // good
int a, b. c; //bad
4) Seneca Honesty Policy, Date, Professor Name, Student (or Group), Section, Class should be in a comment on the top of every source file (.cpp and .h)
Team Members
First Name | Last Name | Team Name | Section | Seneca Id | wiki id | IRC nick | GITHUB ID | Blog URL |
---|---|---|---|---|---|---|---|---|
Peter | Huang | Oopers | B | phuang19 | Peter Huang | phuang | peter-huang | Peter Huang's Blog |
Mark | Hom | Oopers | B | mahom | Mark Hom | mahom | mahom21 | OOP344 bLoG |
Shay | Trotsky | Oopers | B | strotsky | Shay Trotsky | strotsky | strotsky | OOP344 Rules |
Curtis | Wilson | Oopers | B | cjwilson3 | Curtis Jordan Wilson | SL37 | Curtis37 | Curtis' Blog |