8 lines
367 B
Markdown
8 lines
367 B
Markdown
|
|
| Principle | Addresses |
|
|
|-----------|-----------|
|
|
| **Think Before Coding** | Wrong assumptions, hidden confusion, missing tradeoffs |
|
|
| **Simplicity First** | Overcomplication, bloated abstractions |
|
|
| **Surgical Changes** | Orthogonal edits, touching code you shouldn't |
|
|
| **Goal-Driven Execution** | Leverage through tests-first, verifiable success criteria |
|