Recipe: realworld
Migration in progress
This recipe will be written after the corresponding fork migration lands. Source is cloned at ~/Projects/nwire/forks/realworld/; the Nwire rewrite will live at ~/Projects/nwire/realworld/.
Tracking: GitHub project board.
What it'll cover
- Bounded-context decomposition: how the original's structure maps to Nwire modules
- Per-module rewrite walkthrough
- Common modules extracted (auth, billing, notifications, …) →
nwire/modules/ - Test conversion: original's spec (RSpec / Jest / Postman / whatever) → Gherkin features
- Honest comparison: where Nwire wins, where it adds friction