Difference between revisions of "Hadouken"

From CDOT Wiki
Jump to: navigation, search
(Coding Rules: -Added variables, classes and defines)
(Hadouken (Team XI) 20123 - OOP344: -added placeholder and basic info for Alex)
Line 9: Line 9:
 
</big>
 
</big>
 
== Repository ==
 
== Repository ==
* repo Github id:  
+
* repo Github id: git@github.com:Seneca-OOP344/XI-Hadouk.git
 
== Team Members ==
 
== Team Members ==
 
{| class="wikitable sortable" border="1" cellpadding="5"
 
{| class="wikitable sortable" border="1" cellpadding="5"
Line 21: Line 21:
 
|-
 
|-
 
| [[User:Kenneth Stewart Cromarty|Kenneth]] || Cromarty || A ||[mailto:kscromarty@myseneca.ca?subject=oop344 kscromarty] ||[[Special:Contributions/Kenneth Stewart Cromarty|Kenneth Stewart Cromarty]] ||kscromarty || mrkennc || [http://mrkennc.wordpress.com/ Kenn C.PGM]
 
| [[User:Kenneth Stewart Cromarty|Kenneth]] || Cromarty || A ||[mailto:kscromarty@myseneca.ca?subject=oop344 kscromarty] ||[[Special:Contributions/Kenneth Stewart Cromarty|Kenneth Stewart Cromarty]] ||kscromarty || mrkennc || [http://mrkennc.wordpress.com/ Kenn C.PGM]
 +
|-
 +
| [[User:Alexander Lesnikov|Alex]] || Lesnikov || A||[mailto:alesnikov@myseneca.ca?subject=oop344 alesnikov]||[[Special:Contributions/Alexander Lesnikov|Alexander Lesnikov]]||(irc nick) || Dotz303 || [http://blog.url/ (Blog Name)]
 
|}
 
|}
 +
 +
 +
 
<!-- Removed Members that have dropped course. Kept for reference
 
<!-- Removed Members that have dropped course. Kept for reference
 
|-
 
|-
Line 30: Line 35:
  
 
==Issues and Status ==
 
==Issues and Status ==
=== Issue description and/or number (1)===
+
=== Issue description and/or number ===
 
* Assigned to: [mailto:EMAILID@myseneca.ca FULLNAME]
 
* Assigned to: [mailto:EMAILID@myseneca.ca FULLNAME]
 
* Code review by: [mailto:EMAILID@myseneca.ca FULLNAME]
 
* Code review by: [mailto:EMAILID@myseneca.ca FULLNAME]

Revision as of 22:41, 6 November 2012


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources

Hadouken (Team XI) 20123 - OOP344

Project Marking Percentage

Group work:      XX%        (25 <= xx <= 50)
Individual work: XX% +      (50 <= xx <= 75) 
-------------------------
Total           100%

Repository

  • repo Github id: git@github.com:Seneca-OOP344/XI-Hadouk.git

Team Members

OOP344 - Team Hadouken
First Name Last Name Section Seneca Id wiki id IRC nick GITHUB ID Blog URL
Andre Mendes A amendes Andre Mendes AndreM andrehsmendes Object Oriented Programming
Kajanthan Tharmabalan A ktharmabalan Kajanthan Tharmabalan C0d3z Kajan- Research C++
Kenneth Cromarty A kscromarty Kenneth Stewart Cromarty kscromarty mrkennc Kenn C.PGM
Alex Lesnikov A alesnikov Alexander Lesnikov (irc nick) Dotz303 (Blog Name)



Issues and Status

Issue description and/or number

  • Assigned to: FULLNAME
  • Code review by: FULLNAME
  • Status:
    (being developed/pull request/being reviewed/pushed to master)
  • comments:

Coding Rules

  • Curly brackets for code blocks start after the condition and end on an empty line.
if(condition){ // Comment on what it does
code
code
} // state the end of code block
  • use 2 spaces to indent
  • do not leave any empty lines, if necessary leave a comment on the newline to separate content


  • If variable or class has a measurable value, the units will be added to the end for the var name.
  • Variables will be completely in lower case and declared separately on a new line.
    • Pointers will have the asterisk near the type when casting and near the variable name when not.
  • Classes will begin each words with an uppercase character followed by lowercase characters.

class

  • Constants and/or variable defines will be all uppercase separated by underscores
  • Types will be casted in lowercase


#define MAX_LENGTH 5
const CAR_TONNES 2
int x;
int* y;
*y = x;
int weightlbs;

Meetings

  • latest will be on top
  1. IRC meeting logs

Discussions