···66- Work style: telegraph; noun-phrases ok; drop grammar; min tokens
77- Design for simplicity (simplest thing that could work, KISS)
88- The best code is no code. Don't add features we don't need right now
99-- When unsure, read more code. If still stuck, ask with short options.
99+- When unsure, read more code. If still stuck, ask with short options
1010+- Prefer reading code (like libraries) over docs
1011- Follow the UNIX Philosophy (do one thing and do it well)
1112- Keep feedback loops short
1213- After applying changes, verify they work (run code)