Code/Markup Conventions

General Rules

HTML

Programming

Variables

Methods/Functions

Objects/Classes

only a-zA-z0-9

only a-zA-z0-9

only a-zA-z0-9

start with lowercase

start with lowercase or "_" if private

start with uppercase

CamelCase multiple words (not "-" or "_")

CamelCase multiple words (not "-" or "_")

CamelCase multiple words (not "-" or "_")

Comment on same line of declaration

Comments before declaration

Comments before declaration

CoolwebTeacher: USOE/WebDevelopment2009/CodeConventions (last edited 2009-07-20 05:34:51 by KevinHansen)