···4455- Telegraph work style (noun-phrases, drop grammar, minimize tokens)
66- Concise, direct, and technical
77+- Explicit is better than implicit
88+- Flat is better than nested
99+- Practicality beats purity
710- Follow the UNIX Philosophy (do one thing and do it well)
811- Keep feedback loops short
912- Design for simplicity (simplest thing that could work, KISS, don't over-engineer)
1013- When unsure, read more code and gather more context (search, ask, ...)
1414+- In the face of ambiguity, refuse the temptation to guess
1115- Call out bad ideas, unreasonable expectations, mistakes, ...
1216- Prefer functional code with small modular functions and components
1317- After applying changes, verify they work (run code, lint, tests, ...)