Difference between revisions of "Team G - OOP344 20133"

From CDOT Wiki
Jump to: navigation, search
(tasks)
(Coding Style and Standards)
Line 34: Line 34:
 
Multiple word Function/Method names:--- Start with lower case and then following words start with upper case. eg: char getData();
 
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
 
Verticle spacing: ---Single spaces between assignments (= +=...) double otherwise
Comments:--- Comments go above or at end of line. End of functions and controll structures must be commented
+
Comments:--- Comments go above or at end of line. End of functions and control structures which are more than 5 lines must be commented
 
Class Variables:---Begin with _
 
Class Variables:---Begin with _
 
</syntaxhighlight></big>
 
</syntaxhighlight></big>

Revision as of 21:36, 17 November 2013


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


Godzilla

Project Marking Percentage

Group work: 50% (25 <= xx <= 50)

Individual work: 50% (50 <= xx <= 75)


Total 100%

Repository

Master Branch Status

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 above or at end of line. End of functions and control structures which are more than 5 lines 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 OoBb Jo's Blog

tasks

  • Gilbert is unable to compile using the repository.

CIO 20133 Release 0.3

DUE NOV 4 23:59

1. Prototyping

  • Member: Bing Pang
  • Task: Create prototypes and empty definitions for all classes
  • Status: Incomplete

2. CLabel

  • Member: Bing Pang
  • Task: Code CLabel.h and CLabel.cpp
  • Status: Incomplete

3. CDialog

  • Member: Haysean Maharajah & Jonathan Hivon
  • Task: Code CDialog.h and CDialog.cpp
  • Status: Incomplete

4. CLineEdit

  • Member: Gilbert Quach
  • Task: Code CLineEdit.h and CLineEdit.cpp
  • Status: Incomplete

CIO 20133 Release 0.2

1. Create your teampage using this template. COMPLETED BY GILBERT QUACH

2. Select one of the team member's console.cpp and console.h COMPLETED BY JONATHAN HIVON

  • That team member should branch and clone the repository, add console.cpp and console.h to the files in the repository, compile, run and test the execution.
  • When done this team member should add her/his name, github id and the date and time of the completion (as a comment) to cframe.h and merge the branch back to the master repo and push the changes up to github.

3. All other team members must clone the repository and test the execution of CFrame: COMPLETED

  • Branch the master for review with a proper name.
  • Compile, run and test the execution.
  • Add a comment with your, github id and date and time to the top of cframe.h header file.
  • Merge the branch back into the master branch.
  • Push the changes to github.

meetings

  • latest will be on top

topic, date

date