Team G - OOP344 20133

From CDOT Wiki
Revision as of 08:57, 19 October 2013 by Haysean Maharajah (talk | contribs) (Coding Style and Standards)
Jump to: navigation, search


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

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 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

topic, date

date