First page Back Continue Last page Summary Graphics
Programming howto (2)
- top-down
- you split the problem into parts
- until those parts are simple enough
- Used when specifications are well established
A mix of bottom-up and top-down is usually used
1 Importance of modularity
- ease group-working and code reuse
Notes: