Difference between revisions of "OOP344 20131 - iCODE"
(Created page with '---------------------------------------------------------------------------------------------------- team name: iCODE nickname 1: CallaQ name 1: Haiyu surname 1: Qiao seneca…') |
(Style Guide for iCODE) |
||
Line 1: | Line 1: | ||
+ | = iCODE Team Page = | ||
---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ||
team name: iCODE | team name: iCODE | ||
Line 49: | Line 50: | ||
number of team members: 4 | number of team members: 4 | ||
+ | ------------ | ||
+ | ==Style== | ||
+ | *Indentations are to be in spaces of 4 | ||
+ | *blocks are to be coded as follows: | ||
+ | ** the beginning bracket must go with the statement | ||
+ | ** the ending bracket is standalone | ||
+ | *Variables and class names are to be in camel case. Variable names should beign with a lowercase letter and class names should begin with an uppercase letter. |
Revision as of 22:54, 12 February 2013
iCODE Team Page
team name: iCODE
nickname 1: CallaQ
name 1: Haiyu
surname 1: Qiao
seneca username 1: hqiao3
github id 1: haiyuqiao
nickname 2: Garycc
name 2: Chun
surname 2: Chen
seneca username 2: cchen116
github id 2: Garycc
nickname 3: Brian
name 3: Yue Heng
surname 3: Wong
seneca username 3: yhwong6
github id 3: yhwong
nickname 4: Jay
name 4: Jie Ming
surname 4: Feng
seneca username 4: jmfeng1
github id 4: jayfeng
number of team members: 4
Style
- Indentations are to be in spaces of 4
- blocks are to be coded as follows:
- the beginning bracket must go with the statement
- the ending bracket is standalone
- Variables and class names are to be in camel case. Variable names should beign with a lowercase letter and class names should begin with an uppercase letter.