Difference between revisions of "Team G - OOP344 20133"

From CDOT Wiki
Jump to: navigation, search
(Coding Style and Standards)
(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 | temporary]] || temporary ||[http://zenit.senecac.on.ca/wiki/index.php/User:Jonathan_Hivon]
+
|[[User:Jonathan Hivon | Jonathan]]|| Hivon || B || [mailto:temporary@learn.senecac.on.ca?subject=oop344  johivon] || [[Special:Contributions/WikiID | Jonathan Hivon]] || temporary ||[http://zenit.senecac.on.ca/wiki/index.php/User:Jonathan_Hivon]
 
|}
 
|}
  

Revision as of 10:01, 19 October 2013


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources


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

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

Team Name (team G)
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 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

topic, date

date