First page Back Continue Last page Graphics
Design principles
Keep It Simple
- Redundancy is bad
- its a nice idea is too weak a criteria: only put in whats essential
- Complex=hard to build, test, debug, tune, explain
Use What Works
- Its easier to add something later when you figure out the answer
- Than it is to plaster over a mistake that creates a legacy
- Unnecessary risk increases chance of failure