Difference between revisions of "Team P - OOP344 20133"
(→Team Members) |
|||
Line 61: | Line 61: | ||
== Coding Style and Standards == | == Coding Style and Standards == | ||
* No Tab Character allowed. (replace tabs with spaces) | * No Tab Character allowed. (replace tabs with spaces) | ||
+ | * Indent two spaces at a time. | ||
* Each object must have its own type: | * Each object must have its own type: | ||
<big><syntaxhighlight lang="cpp"> | <big><syntaxhighlight lang="cpp"> |
Revision as of 10:48, 19 October 2013
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
UGO
Team Members
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|
Ruojia | Chen | B | rchen50 | Ruojia Chen | avoin | Ruojia's Blog |
Yan | Song | A | ysong55 | Yan Song | puerile | Sophomoric OOP344ing |
Yuzhi | A | yxing5 | maichaelxing | michaelxing | ||
Shreyas | Patel | B | spatel221 | Shreyas Patel | Dean_Winchester | OO Programming |
Repository
- GitHub Project Repo for Team P (Sign-in required)
Master Branch Status
- Merged/being Merged by full name, ircnick: mynick, any other info
Project Marking Percentage
- due right after study break
Group work: XX% (25 <= xx <= 50) Individual work: XX% + (50 <= xx <= 75)
Total 100%
Coding Style and Standards
- No Tab Character allowed. (replace tabs with spaces)
- Indent two spaces at a time.
- Each object must have its own type:
int a;
int b;
CDialog D;
tasks
task name
- task description
- being done by team member name / not assigned
- status
meetings
- latest will be on top