Difference between revisions of "Team G - OOP344 20133"
(→Coding Style and Standards) |
(→Coding Style and Standards) |
||
Line 24: | Line 24: | ||
CDialog D; | CDialog D; | ||
Tab Spaces: 5; | Tab Spaces: 5; | ||
− | Class Names: Start with upper case letter. | + | Class Names:---Start with upper case letter. |
− | Variable names: Start with lower case letter. eg: int test; | + | Variable names: ---Start with lower case letter. eg: int test; |
− | Multiple word Variable names: Start with lower case and then following words start with upper case. eg: char empName; | + | Multiple word Variable names: ---Start with lower case and then following words start with upper case. eg: char empName; |
− | Function/Method names: Start with lower case letter. eg: display(); | + | Function/Method names:--- Start with lower case letter. eg: display(); |
− | Multiple word Function/Method names: Start with lower case and then following words start with upper case. eg: char getData(); | + | Multiple word Function/Method names:--- Start with lower case and then following words start with upper case. eg: char getData(); |
− | Verticle spacing: Single spaces between assignments (= +=...) double otherwise | + | Verticle spacing: ---Single spaces between assignments (= +=...) double otherwise |
− | Comments: Comments go at end of line. End of functions and controll structures must be commented | + | Comments:--- Comments go at end of line. End of functions and controll structures must be commented |
</syntaxhighlight></big> | </syntaxhighlight></big> | ||
Revision as of 07:58, 19 October 2013
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
Team Name
Project Marking Percentage
- due right after study break
Group work: XX% (25 <= xx <= 50) Individual work: XX% + (50 <= xx <= 75)
Total 100%
Repository
- repo path: https://github.com/Seneca-OOP344/Team-G
Master Branch Status
- Merged/being Merged by full name, ircnick: mynick, any other info
Coding Style and Standards
- No Tab Character allowed. (replace tabs with spaces)
- Each object must have its own type:
int a;
int b;
CDialog D;
Tab Spaces: 5;
Class Names:---Start with upper case letter.
Variable names: ---Start with lower case letter. eg: int test;
Multiple word Variable names: ---Start with lower case and then following words start with upper case. eg: char empName;
Function/Method names:--- Start with lower case letter. eg: display();
Multiple word Function/Method names:--- Start with lower case and then following words start with upper case. eg: char getData();
Verticle spacing: ---Single spaces between assignments (= +=...) double otherwise
Comments:--- Comments go at end of line. End of functions and controll structures must be commented
Team Members
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|
Gilbert | Quach | B | gquach | Gilbert Quach | GilbertQuach | [1] |
Bing | Pan | B | bpan2 | Bing Pan | bpan2 | [2] |
Haysean | Maharajah | B | codegenetix | Haysean Maharajah | codegenetix | Haysean's Blog |
Jonathan | Hivon | B | johivon | temporary | temporary | [3] |
tasks
- Gilbert is unable to compile using the repository.
task name
- task description
- being done by team member name / not assigned
- status
meetings
- latest will be on top