Commit 1f11a46
committed
docs: add VisibleForTesting design-fit + package hierarchy TODOs
Two new Open TODOs added consistently across all 4 repos so the
cross-repo guidance for AI assistants stays aligned:
- @VisibleForTesting design-fit review: complement to the existing
audit. Where possible, prefer constructor injection / extracted
helper / public-API restructure over widening access. The
annotation should be the last resort, not the first.
- Package hierarchy review: assess whether the current src/main
package layout still expresses the design intent (drift,
kitchen-sink packages, over-nesting, cyclic deps, missing
seams). Plan target tree before moving anything.1 parent ff28191 commit 1f11a46
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
936 | 936 | | |
937 | 937 | | |
938 | 938 | | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
0 commit comments