mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 02:02:33 +00:00
Skills: fold in four external-skills-review borrows; record the comparison memo
This commit is contained in:
@@ -126,7 +126,9 @@ that prevents data loss, or accessibility.
|
||||
**If it must be built — what shape?** Line up the existing instances of the kind (modal,
|
||||
store, service, hook, persistence path), name the canonical shape, list what to reuse, and
|
||||
flag what the new work might make deletable. An abstraction is earned only by ≥ 2 call
|
||||
sites that would use it today (deletion rule 3).
|
||||
sites that would use it today (deletion rule 3). The deletion test settles suspected
|
||||
pass-throughs: imagine the module deleted — if the complexity just vanishes, it was a
|
||||
shallow wrapper; only if it reappears across its callers was it earning its keep.
|
||||
|
||||
No report scaffolding — these two answers are the output.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user