Difference between revisions of "Team S - OOP344 20133"
(→Coding Style and Standards) |
(→Project Marking Percentage) |
||
Line 3: | Line 3: | ||
<big><syntaxhighlight lang="cpp"> | <big><syntaxhighlight lang="cpp"> | ||
− | Group work: | + | Group work: 50 |
− | Individual work: | + | Individual work: 50 |
------------------------ | ------------------------ | ||
Total 100% | Total 100% |
Revision as of 19:13, 17 October 2013
Contents
Team S
Project Marking Percentage
Group work: 50
Individual work: 50
------------------------
Total 100%
Repository
- repo path: https://github.com/Seneca-OOP344/Team-S
Master Branch Status
Status
- Open/Closed
- 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
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 |
tasks
task name
- task description
- being done by team member name / not assigned
- status
meetings
- latest will be on top