Difference between revisions of "OOP344 20131 - Nevi"

From CDOT Wiki
Jump to: navigation, search
(Programming Styles)
(Programming Styles)
Line 24: Line 24:
 
== Programming Styles ==
 
== Programming Styles ==
  
*# Indentation
+
* '''Indentation'''
 
   2 spaces for each level
 
   2 spaces for each level
*# Blocks
+
* '''Blocks'''
 +
  if(){
 +
  }
  
 +
  else{
  
*# Variable Naming.
+
  }
 +
 
 +
* '''Variable Naming.'''

Revision as of 22:21, 13 February 2013

Nevi

EMAIL US

Members

OOP344 - Winter of 2013 student list
First Name Last Name Team Name Section Seneca Id wiki id IRC nick GITHUB ID Blog URL
Bo Li Nevi B bli64 Bo Li Kelan Nelain Meta-OOP344
Ran Li Nevi B rli64 Ran Li ranli RanLii 22yue6
Zhenyang Chen Nevi B zchen91 Zhenyang Chen crans crans Leash


Repository


Programming Styles

  • Indentation
  2 spaces for each level
  • Blocks
  if(){
  }
  else{
  }
  • Variable Naming.