You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- No "flexibility" or "configurability" that wasn't requested.
98
98
- No error handling for impossible scenarios; validate at boundaries only.
99
99
- If a 200-line draft could be 50 lines, rewrite it before showing it.
100
-
- Self-check: *"Would a senior engineer call this overcomplicated?"* If yes, simplify.
100
+
- Over-fragmentation is overcomplication too: don't scatter logic across many tiny files or extra abstraction layers to satisfy a design pattern. Match the codebase's existing granularity.
101
+
- Self-check: *"Would a senior engineer call this overcomplicated or over-engineered?"* If yes, simplify.
101
102
102
103
**3. Goal-driven execution — define success criteria, then loop until verified.**
103
104
- Transform vague tasks into verifiable goals before writing code:
0 commit comments