Difference between revisions of "SeePlusPlus 20131 - OOP344"

From CDOT Wiki
Jump to: navigation, search
(Created page with '{{OOP344 Index | 20131}} == See Plus Plus (Team 3) == == Project Marking Percentage == == Repository == * Github: (git@github.com:Seneca-OOP344/3-SeePP.git) == Coding Style =…')
 
 
Line 4: Line 4:
 
== Project Marking Percentage ==
 
== Project Marking Percentage ==
  
== Repository ==
+
== Github Repository ==
* Github:  (git@github.com:Seneca-OOP344/3-SeePP.git)
+
 
 +
* git@github.com:Seneca-OOP344/3-SeePP.git
 +
* https://github.com/Seneca-OOP344/3-SeePP.git
  
 
== Coding Style ==
 
== Coding Style ==
  
1.Naming Conventions
+
1.Naming
  
* Names representing types must be in mixed case starting with upper case.
+
* Names representing types must be in mixed case starting with upper case (example: SavingAccount)
* Variable names must be in mixed case starting with lower case.  
+
* Variable names must be in mixed case starting with lower case. (example: savingAccount)
  
 
2.Indentation and block layout
 
2.Indentation and block layout

Latest revision as of 23:08, 13 February 2013


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

See Plus Plus (Team 3)

Project Marking Percentage

Github Repository

Coding Style

1.Naming

  • Names representing types must be in mixed case starting with upper case (example: SavingAccount)
  • Variable names must be in mixed case starting with lower case. (example: savingAccount)

2.Indentation and block layout

   while (!done) {
       doSomething();
       done = moreToDo();
   }


Team Members

Email to all members

First Name Last Name Team Name Section Seneca Id wiki id IRC nick GITHUB ID Blog URL
Xinggui Deng See Plus Plus A xdeng7 Xinggui Deng xgd GaryDeng Deng's Blog
Erik Dokic See Plus Plus B edokic Erik Dokic edokic edokic OOP344 by ED
Ramon Cruz See Plus Plus B rbcruz Ramon Ben Christoffer Cruz ramonCC chrisRC Ramon's Code Blog
Andre Mendes See Plus Plus B amendes Andre Mendes amendes andrehsmendes Object Oriented Programming

Status and Issues

Discuss

Meet ups