Difference between revisions of "Team B - OOP344 20133"

From CDOT Wiki
Jump to: navigation, search
(Team Members)
(Tasks)
Line 64: Line 64:
 
== Tasks ==
 
== Tasks ==
 
=== Task Name ===
 
=== Task Name ===
* task description
+
Release 0.2 is due October 20th, 23:59
* being done by team member name / not assigned
+
 
* status
+
1. Organize and complete team page -  <span style="color:red">Incomplete</span>
 +
 
 +
2. Select a team member's console.cpp and console.h to use - <span style="color:red">Incomplete</span>
 +
* That team member should branch and clone repository and add the files to it
 +
 
 +
3. All other members clone the repository, comment, and test the execution of CFrame - <span style="color:red">Incomplete</span>
 +
* The comment should include your github id, date, and time in the cframe.h file
 +
* Push the final changes to github
  
 
== Meetings ==
 
== Meetings ==

Revision as of 16:23, 16 October 2013

Team B

BDOT

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

  • committed/committing 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;
  • With regards to space characters, standard will be as follows:
if(a == b) {
  x = y * z; // 2 spaces for indentation
}
  • With regards to classes, standard will be as follows:
class example {
  public:
    int _a; // member variables should start with an underscore
    int _arraySize // use meaningful names for variables when applicable and use camel notation
    char* _pArray; // pointers should have '*' part of the type
};

Team Members

Team B: "BDOT"

First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Arlene Lee C alee110 Arlene Lee Zephyr135 KakuKaku
Adam Sharpe B ansharpe Adam Nicholas Sharpe AdamSharpe Object Oriented Programming Stuff
Ragu Sivanandha B rsivanandha Raguraam Sivanandha Ragu Ragu's Blog
Benson Wong B bwong53 Benson Wong wongbsn Benson's Blog

Tasks

Task Name

Release 0.2 is due October 20th, 23:59

1. Organize and complete team page - Incomplete

2. Select a team member's console.cpp and console.h to use - Incomplete

  • That team member should branch and clone repository and add the files to it

3. All other members clone the repository, comment, and test the execution of CFrame - Incomplete

  • The comment should include your github id, date, and time in the cframe.h file
  • Push the final changes to github

Meetings

  • latest will be on top

topic, date

date