Changes between Version 27 and Version 28 of DeveloperGuidelines/CodeConventions
- Timestamp:
- 12/10/12 14:30:46 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/CodeConventions
v27 v28 1 = Code Conventions = 1 2 [[TOC]] 2 = Code Conventions =3 3 4 4 These conventions should be followed in all code. … … 136 136 * http://javascript.crockford.com/code.html 137 137 138 == HTML == 139 140 ids & classes should be named ina way that they don't conflict & should be semantic (what they are for) rather than presentational: 141 * http://woork.blogspot.co.uk/2008/11/css-coding-semantic-approach-in-naming.html 142 * http://sixrevisions.com/css/css-tips/css-tip-2-structural-naming-convention-in-css/ 143 138 144 ---- 139 145 DeveloperGuidelines