Difference between revisions of "Team G - OOP344 20133"
(→Team Members) |
(→Team Members) |
||
Line 50: | Line 50: | ||
|[[User:Haysean Maharajah| Haysean]]|| Maharajah || B || [mailto:temporary@learn.senecac.on.ca?subject=oop344 codegenetix] || [[Special:Contributions/WikiID | Haysean Maharajah]] || codegenetix ||[http://codegenetix.blogspot.ca/ Haysean's Blog] | |[[User:Haysean Maharajah| Haysean]]|| Maharajah || B || [mailto:temporary@learn.senecac.on.ca?subject=oop344 codegenetix] || [[Special:Contributions/WikiID | Haysean Maharajah]] || codegenetix ||[http://codegenetix.blogspot.ca/ Haysean's Blog] | ||
|- | |- | ||
− | |[[User:Jonathan Hivon | Jonathan]]|| Hivon || B || [mailto:temporary@learn.senecac.on.ca?subject=oop344 johivon] || [[Special:Contributions/WikiID | Jonathan Hivon]] || | + | |[[User:Jonathan Hivon | Jonathan]]|| Hivon || B || [mailto:temporary@learn.senecac.on.ca?subject=oop344 johivon] || [[Special:Contributions/WikiID | Jonathan Hivon]] || OoBb ||[http://jonathanhivon.wordpress.com/ Jo's Blog] |
|} | |} | ||
Revision as of 10:03, 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
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