Difference between revisions of "OOP344 - return 0; - 20102"
(→Member List) |
(→Member List) |
||
Line 19: | Line 19: | ||
|- | |- | ||
[[Category:OOP344]] | [[Category:OOP344]] | ||
+ | |||
+ | == Coding standards == | ||
+ | === Using Comments === | ||
+ | |||
+ | *Only using /* */ to comments, // is not allowed to comments. | ||
+ | |||
+ | === Defining variables === | ||
+ | |||
+ | * Avoid using too many variables. | ||
+ | |||
+ | * Declare each variables seperately. | ||
+ | |||
+ | |||
+ | === Using indent === | ||
+ | *Two spaces for indent |
Latest revision as of 11:22, 15 July 2010
| OOP344 | Weekly Schedule | Student List | Teams | Project | IRC Schedules | Student Resources
Contents
Member List
ID | Last Name | First Name | Seneca User ID | Section | Blog Url | IRC Nick | SVN ID | My Contributions | Role |
---|---|---|---|---|---|---|---|---|---|
A | Khamar | Ashu | amkhamar | A | My Blog | amkhamar | ~ | amkhamar | ~ |
B | Des Jarlais | Francois | fdesjarlais | A | My Blog | fdesjarlais | ~ | fdesjarlais | ~ |
C | Lau | Justin | jlau10 | A | My Blog | BigJ100 | ~ | BigJ100 | ~ |
D | Chandran | chandran | srchandr | A | My Blog | srchandr | ~ | srchandr | ~
|