Skip to content

Commit 93f90d3

Browse files
authored
Apply suggestions from code review
1 parent fc14972 commit 93f90d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/codex_exec_plans.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ It is acceptable—-and often encouraged—-to include explicit prototyping mile
9292

9393
Prefer additive code changes followed by subtractions that keep tests passing. Parallel implementations (e.g., keeping an adapter alongside an older path during migration) are fine when they reduce risk or enable tests to continue passing during a large migration. Describe how to validate both paths and how to retire one safely with tests. When working with multiple new libraries or feature areas, consider creating spikes that evaluate the feasibility of these features _independently_ of one another, proving that the external library performs as expected and implements the features we need in isolation.
9494

95-
---
96-
9795
## Skeleton of a Good ExecPlan
9896

9997
```md

0 commit comments

Comments
 (0)