Garbage In-Garbage Out
Principle
Quality of output depends on quality of input. • Two problem types: type errors (wrong input) and quality errors (bad but right format). • Prevent type errors using affordances and constraints. • Prevent quality errors using previews and confirmations. • Widely applicable beyond computing (e.g., business, nutrition).