mirror of https://github.com/garrytan/gstack.git
Merge 20ae32aec5 into a3259400a3
This commit is contained in:
commit
3a6013f691
|
|
@ -126,6 +126,7 @@ Evaluate:
|
||||||
* Code organization and module structure.
|
* Code organization and module structure.
|
||||||
* DRY violations—be aggressive here.
|
* DRY violations—be aggressive here.
|
||||||
* Error handling patterns and missing edge cases (call these out explicitly).
|
* Error handling patterns and missing edge cases (call these out explicitly).
|
||||||
|
* Server-gated or actuated actions with optimistic UI—does the client await and surface the real result, or assume success? A swallowed rejection (auth/permission/validation) renders as false success; verify the effect landed, not the toast.
|
||||||
* Technical debt hotspots.
|
* Technical debt hotspots.
|
||||||
* Areas that are over-engineered or under-engineered relative to my preferences.
|
* Areas that are over-engineered or under-engineered relative to my preferences.
|
||||||
* Existing ASCII diagrams in touched files — are they still accurate after this change?
|
* Existing ASCII diagrams in touched files — are they still accurate after this change?
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@ Evaluate:
|
||||||
* Code organization and module structure.
|
* Code organization and module structure.
|
||||||
* DRY violations—be aggressive here.
|
* DRY violations—be aggressive here.
|
||||||
* Error handling patterns and missing edge cases (call these out explicitly).
|
* Error handling patterns and missing edge cases (call these out explicitly).
|
||||||
|
* Server-gated or actuated actions with optimistic UI—does the client await and surface the real result, or assume success? A swallowed rejection (auth/permission/validation) renders as false success; verify the effect landed, not the toast.
|
||||||
* Technical debt hotspots.
|
* Technical debt hotspots.
|
||||||
* Areas that are over-engineered or under-engineered relative to my preferences.
|
* Areas that are over-engineered or under-engineered relative to my preferences.
|
||||||
* Existing ASCII diagrams in touched files — are they still accurate after this change?
|
* Existing ASCII diagrams in touched files — are they still accurate after this change?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue