Difference between revisions of "Team F - OOP344 20133"

From CDOT Wiki
Jump to: navigation, search
(Coding Style and Standards)
(Team Members)
Line 54: Line 54:
  
 
|[[User:Wei Hao Lo|Wei Hao]]||Lo||A||[mailto:whlo3@myseneca.ca?subject=oop344 whlo3]||[[Special:Contributions/WUN|WUN]]||weiLo||[http://BURL BN]
 
|[[User:Wei Hao Lo|Wei Hao]]||Lo||A||[mailto:whlo3@myseneca.ca?subject=oop344 whlo3]||[[Special:Contributions/WUN|WUN]]||weiLo||[http://BURL BN]
 +
|-
 +
 +
|[[User:Saulius Grybas|Saulius]]||Grybas|| A ||[mailto:sgrybas@myseneca.ca?subject=oop344 sgrybas]||[[Special:Contributions/sgrybas|Saulius Grybas]]||sauliusgrybas||[http://sgrybas.wordpress.com/ Saulius's Blog]
 
|-
 
|-
 
|}
 
|}

Revision as of 10:23, 18 October 2013

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

  • repo path:

Master Branch Status

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

General Rules:

- Indentation is 2 spaces long
int i_swap_;                       // Data members naming: "type_name_"
/*Function Description*/
int functionName(...) {
  // Adds ....
  while (.... && .... || ....) {     // Open Bracket is located after the code
    int count;                       // variables's name relates to the purpose
  } //END OF while
}

-Comments at least one per function saying what it does.

Team Members

Team Name (team x)
First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Jan Ona A jrona Jan Reyes Ona ParadoxMeltdown Jan's Blog
Mohammad Aryafar A maryafar Mohammad Aryafar m-aryafar Mohammad's Blog
Wei Hao Lo A whlo3 WUN weiLo BN
Saulius Grybas A sgrybas Saulius Grybas sauliusgrybas Saulius's Blog

tasks

task name

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


meetings

  • Release 0.2

October 18, 2013 - TEL OpenLab

topic, date

date