Learnings¶
Concise lessons learned from dotfiles development. Each learning captures a specific bug, gotcha, or best practice worth remembering.
Browse learnings in the sidebar navigation. Each focuses on a single problem and solution.
Format¶
Learnings follow a concise format (30-50 lines):
- Problem: What went wrong
- Solution: How to do it correctly
- Key Learnings: Bullet points of actionable wisdom
- Testing: Brief example (optional)
- Related: Links to other learnings
Adding Learnings¶
Create new learning in docs/learnings/ when you discover something worth remembering.
Target 30-50 lines total - if longer, it belongs in main documentation not learnings.