- Clarity > cleverness. Explicit > implicit. Maintainability first.
- Use standard library before adding dependencies.
- Make it work → make it right → make it fast.
- Ship practical solutions over theoretical perfection.
- Check standard library/existing code first