Difference between revisions of "Team S - OOP344 20133"

From CDOT Wiki
Jump to: navigation, search
(Current Tasks)
(Current Tasks)
Line 62: Line 62:
 
{| class="wikitable" border="1" cellpadding="5"
 
{| class="wikitable" border="1" cellpadding="5"
 
|-
 
|-
! Task !! Status !! Member(s) !! Description
+
! Task !! Status !! Member(s) !! Description !! Due
 
|-
 
|-
| Team Page || In Progress|| All || Build Team Page
+
| Team Page || In Progress|| All || Build Team Page || Sat Oct 19, 2013
 
|-
 
|-
| Branch Master || In Progress|| Jesse Glen Conner || Branch from master, add comment to cframe.h, merge to master
+
| Branch Master || In Progress|| Jesse Glen Conner || Branch from master, add comment to cframe.h, merge to master || Sat Oct 19, 2013
 
|-
 
|-
| Branch Master || In Progress|| Bushra Omer Mohamed || Branch from master, add comment to cframe.h, merge to master
+
| Branch Master || In Progress|| Bushra Omer Mohamed || Branch from master, add comment to cframe.h, merge to master || Sat Oct 19, 2013
 
|}
 
|}
  

Revision as of 21:26, 17 October 2013

Team S

Project Marking Percentage

Group work: 50
Individual work: 50
------------------------
Total 100%

Repository

Master Branch Status

Status

  • Open
    Open: you can merge now.
    Closed: Wait for the repo to get opened

Logs

  • DateTime, Merged/being Merged by full name, ircnick: mynick, any other info

Coding Style and Standards

Indentation

  • Do not use tab character
  • 4 spaces

Comments

  • comment above function definition (summarize function)
  • comment beside function declaration
  • comment complex code

Variable Naming

  • asterisk of a pointer will be attached to the type, not the variable name: int* pointer;
  • extern prefix: extern int _externInt;
  • static prefix: static int s_staticInt;

Code Blocks

  • all braces have their own line
if(condition)
{
    doSomething();
}
else
{
    doSomethingElse();
}

Team Members

Team Name (Team S)
First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Andrew Daniele B adaniele1 Andrew Daniele adaniele87 Andrew's Blog
Fabrizio Tomassi C ftomassi Fabrizio Tomassi fabj2 Fabrizio's Blog
Jesse Conner B jgconner Jesse Glen Conner m_i_rite Jesse's Blog
Bushra Mohamed B bomohamed Bushra Omer Mohamed BushiM Bushra's Blog

Current Tasks

Task Status Member(s) Description Due
Team Page In Progress All Build Team Page Sat Oct 19, 2013
Branch Master In Progress Jesse Glen Conner Branch from master, add comment to cframe.h, merge to master Sat Oct 19, 2013
Branch Master In Progress Bushra Omer Mohamed Branch from master, add comment to cframe.h, merge to master Sat Oct 19, 2013

meetings

  • latest will be on top

topic, date

date