OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Team S
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
Team Members
Coding Style and Standards
Indentation
- Do not use tab character
- 4 spaces
- comment above function definition (summarize function)
- comment beside function declaration (very brief description)
- comment complex code
Variable Naming
- camel case with first letter lowercase in both variables and methods: int numCounter;
- 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();
}
Tasks
Task |
Status |
Member(s) |
Description |
Due
|
Team Page |
In Progress |
All |
Build Team Page |
Sat Oct 19, 2013 23:59
|
Task History
Task |
Member(s) |
Description |
Completed
|
Branch Master |
Andrew Daniele |
Branch from master, add comment to cframe.h, merge to master |
Wed Oct 16, 2013
|
Branch Master |
Fabrizio Tomassi |
Branch from master, add comment to cframe.h, merge to master |
Wed Oct 16, 2013
|
Branch Master |
Jesse Conner |
Branch from master, add comment to cframe.h, merge to master |
Fri Oct 18, 2013 21:01
|
meetings
topic, date
date
Project Marking Percentage
Group work: 50
Individual work: 50
------------------------
Total 100%