Difference between revisions of "OOP344 20131 Oopers"
Peter Huang (talk | contribs) (→Coding Guidelines) |
Peter Huang (talk | contribs) (→Members) |
||
Line 17: | Line 17: | ||
'''4)''' | '''4)''' | ||
− | == '''Members''' == | + | == '''Team Members''' == |
+ | [mailto:phuang19@myseneca.ca;mahom@myseneca.ca;strotsky@myseneca.ca;cjwilson3@myseneca.ca;?subject=oop344 Email to all members] | ||
+ | {| class="wikitable sortable" border="1" cellpadding="5" | ||
+ | ! First Name !! Last Name !! Team Name !! Section !! Seneca Id !! wiki id !! IRC nick !! GITHUB ID !! Blog URL | ||
+ | |- | ||
+ | |[[User:Peter Huang|Peter]]||Huang||[http://zenit.senecac.on.ca/wiki/index.php/OOP344_20131_Oopers Oopers]||B||[mailto:phuang19@myseneca.ca?subject=oop344 phuang19]||[[Special:Contributions/Peter Huang|Peter Huang]]||phuang||peter-huang|| [http://peter-huang.blogspot.ca/ Peter Huang's Blog] | ||
+ | |- | ||
+ | |[[User:Mark Hom|Mark ]]||Hom||[http://zenit.senecac.on.ca/wiki/index.php/OOP344_20131_Oopers Oopers]||B||[mailto:mahom@myseneca.ca?subject=oop344 mahom]||[[Special:Contributions/Mark Hom|Mark Hom]]||mahom||mahom21||[http://mahom21.blogspot.ca/ OOP344 bLoG] | ||
+ | |- | ||
+ | |[[User:strotsky|Shay]]||Trotsky||[http://zenit.senecac.on.ca/wiki/index.php/OOP344_20131_Oopers Oopers]||B||[mailto:strotsky@myseneca.ca?subject=oop344 strotsky]||[[Special:Contributions/Shay Trotsky|Shay Trotsky]]||strotsky||strotsky|| [http://ooprules.blogspot.ca// OOP344 Rules] | ||
+ | |- | ||
+ | |[[User:Curtis Jordan Wilson|Curtis]]||Wilson||[http://zenit.senecac.on.ca/wiki/index.php/OOP344_20131_Oopers Oopers]||B||[mailto:cjwilson3@myseneca.ca?subject=oop344 cjwilson3]||[[Special:Contributions/Curtis Jordan Wilson|Curtis Jordan Wilson]]||SL37||Curtis37||[http://curtis.axismp.com/|Curtis' Blog] | ||
+ | |- | ||
+ | |} | ||
== '''Agenda''' == | == '''Agenda''' == |
Revision as of 03:34, 14 February 2013
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
Oopers (Team 8)
Repository
+++ Git Repository ID: Ooper (https://github.com/Seneca-OOP344/8-Ooper.git) +++
Coding Guidelines
1) Software: Visual Studio 2010.
2) Identation: 3 spaces!
3) Variable Names:
- Private instance var - _dataExample - starts with underscore, first word is in lowercase, first letter of second word is uppercase (rest of characters are lowercase), etc.
- Public functions - GetData() - first letter of each word in function name is uppercase (rest of characters are lowercase).
4)
Team Members
First Name | Last Name | Team Name | Section | Seneca Id | wiki id | IRC nick | GITHUB ID | Blog URL |
---|---|---|---|---|---|---|---|---|
Peter | Huang | Oopers | B | phuang19 | Peter Huang | phuang | peter-huang | Peter Huang's Blog |
Mark | Hom | Oopers | B | mahom | Mark Hom | mahom | mahom21 | OOP344 bLoG |
Shay | Trotsky | Oopers | B | strotsky | Shay Trotsky | strotsky | strotsky | OOP344 Rules |
Curtis | Wilson | Oopers | B | cjwilson3 | Curtis Jordan Wilson | SL37 | Curtis37 | Curtis' Blog] |