Difference between revisions of "Team H - OOP344 20133"

From CDOT Wiki
Jump to: navigation, search
(meetings)
(Coding Style and Standards)
Line 18: Line 18:
 
CDialog D;
 
CDialog D;
 
</syntaxhighlight></big>
 
</syntaxhighlight></big>
 +
*Use class name start with capital letter but file name is all lowercase. ex) class name -> CFrame, file name -> cframe.cpp
  
 
== Team Members ==
 
== Team Members ==

Revision as of 11:10, 16 October 2013

Repository

Master Branch Status

Status

Open/Closed

  • Open: You can merge now.
  • Closed: Wait for the repository to get opened

Logs

  • DateTime, 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;
  • Use class name start with capital letter but file name is all lowercase. ex) class name -> CFrame, file name -> cframe.cpp

Team Members

Team Name (team x)
First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Jungmin Ji A jjungmin Ji Jungmin Mistysnake Breeze

Tasks

task name

  • task description
  • being done by team member name / not assigned
  • status

Meetings

  • latest will be on top

topic, date