教程 / 实战普通
Show a model your old code and it writes your old bugs: 32 runs, 0% reuse
内容摘要
Same task, same models, two commits of my own repo. From the pre-migration commit every run hand-rolled a 190-line typeahead with the exact defects the migration removed; from the post-migration commit every run reused the shared component in 41 lines.