Difference between revisions of "Karma:Meeting 21 December 2009"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
# common HTML mistakes | # common HTML mistakes | ||
# Let's try to use a common js coding pattern | # Let's try to use a common js coding pattern | ||
+ | Put code in following order | ||
+ | 1) variable declarations | ||
+ | 2) method declarations | ||
+ | 3) method calls | ||
+ | |||
+ | Unobtrusive JavaScript | ||
# common js problems, no blocks around ifs, ' ' eval, == | # common js problems, no blocks around ifs, ' ' eval, == | ||
# managing code for lessons in repos, versioning | # managing code for lessons in repos, versioning |
Revision as of 05:30, 21 December 2009
Agenda
- Coding Style
- common HTML mistakes
- Let's try to use a common js coding pattern
Put code in following order 1) variable declarations 2) method declarations 3) method calls
Unobtrusive JavaScript
- common js problems, no blocks around ifs, ' ' eval, ==
- managing code for lessons in repos, versioning
- Using draggable()?
- Create common widgets? Scorebox? timer? -- yes we need all of them
- layout of karma lesson
- timeline? milestones?
- We need resolution help! at least I do
- Workflow - have Om review it?