Difference between revisions of "Team G - OOP344 20133"
(→Team Members) |
(→Project Marking Percentage) |
||
Line 6: | Line 6: | ||
* due right after study break | * due right after study break | ||
<big> | <big> | ||
− | Group work: | + | Group work: 25% (25 <= xx <= 50) |
− | Individual work: | + | Individual work: 75% + (50 <= xx <= 75) |
------------------------- | ------------------------- | ||
Total 100% | Total 100% | ||
</big> | </big> | ||
+ | |||
== Repository == | == Repository == | ||
* repo path: https://github.com/Seneca-OOP344/Team-G | * repo path: https://github.com/Seneca-OOP344/Team-G |
Revision as of 19:58, 20 October 2013
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
Team Name
Project Marking Percentage
- due right after study break
Group work: 25% (25 <= xx <= 50) Individual work: 75% + (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
Class Variables:---Begin with _
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 | Jonathan Hivon | OoBb | Jo's Blog |
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