Experience Means Finding General Guidelines that Mitigate Risk and Increase Efficiency
Last updated:Table of Contents
- Strategic: Having people rotate among teams
- Strategic: Explicit is better than Implicit
- Tactical: Prefer public forums over private ones
- Operational: Having PRs be reviewed by peers
WIP Alert This is a work in progress. Current information is correct but more content may be added in the future.
Strategic: Having people rotate among teams
TODO:
Strategic: Explicit is better than Implicit
TODO:
Tactical: Prefer public forums over private ones
Whenever possible, use public channels (e.g. on Slack) over private channels and DMs.
Public channels increase accountability (other people see your work and your commitments)
Public channels promote discoverability; anyone in the organization can benefit from information there. This decreases the need to solve the same problems multiple times (people can just search for past solutions/decisions)
- This is ideal for indexing into LLM-based company knowledge-bases
Operational: Having PRs be reviewed by peers
TODO: