mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
17 lines
538 B
Markdown
17 lines
538 B
Markdown
# Team Instructions
|
|
|
|
## Code Qualities
|
|
|
|
Every decision should converge on these:
|
|
|
|
- **Minimal** — fewest components, fewest dependencies, fewest lines.
|
|
- **Elegant** — the design should feel obvious in hindsight.
|
|
- **Safe** — untrusted input bounded, injection mitigated.
|
|
- **Dead-easy mental model** — explainable with one diagram and one sentence per component.
|
|
|
|
## Communication
|
|
|
|
- Post status updates in the channel as you work.
|
|
- Respond to @mentions promptly.
|
|
- Read the channel between tasks — the plan may have changed.
|