Difference between revisions of "Team H - OOP344 20133"

From CDOT Wiki
Jump to: navigation, search
(task name)
(Team Members)
Line 9: Line 9:
 
===Logs===
 
===Logs===
 
* DateTime, Merged/being Merged by [mailto:emailid@learn.senecac.on.ca full name], ircnick: mynick, any other info
 
* DateTime, Merged/being Merged by [mailto:emailid@learn.senecac.on.ca 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:
 +
<big><syntaxhighlight lang="cpp">
 +
int a;
 +
int b;
 +
CDialog D;
 +
</syntaxhighlight></big>
  
 
== Team Members ==
 
== Team Members ==
Line 18: Line 27:
 
|-
 
|-
 
|}
 
|}
 
  
 
== tasks ==
 
== tasks ==

Revision as of 11:04, 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;

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