Philosophy and Rules of Thumb
- URLs are the source of truth, everything else is an optimization.
- Explicit is better than implicit.
- Prefer iteration to perfection.
- The project structure must be intuitive.
- Higher level testing takes precedence over unit tests. Unit tests are very important.
- Fix bugs before features.
- Do not accumulate tech debt.