Saturday 6 December 2008

Outline

The proposed outline of Chunk 16

 1:Comments
2: one line
3: many lines
4: placement
5:Variables
6: Types
7: String
8: int
9: boolean
11: naming conventions
12: camelCase
13: CONSTANTS
14: Classes
15: Global
16: Local
17: Scope
18: assignment
19: comparison
20:Functions
21: void
21: calling
22: passing messages (parameters)
23: return values
24: built in functions
25:Looping
26: conditional brackets
27: code block brackets
28: brackets must be nested
29: if
30: condition/s
31: statement block
32: else
33: else if
34: while
35: condition/s
36: statement block
37: counter
38: do while
39: statement block
40: condition/s
41: for
42: start-until-increment n
43: use n
44: switch
45: case
46: default
47: break
48: return
49:Arrays
50: declaration
51: initialising
52: using
53:Chunk 16 workflow
54:Modifying Chunk 16
55:

No comments:

Post a Comment