Commit 42b24fd
committed
docs: add "tests outweigh features" pain to homepage, sync README
Mirror the README's three-pain Problem section on the homepage so a
visitor sees the same critique in both places:
- New pain card on the homepage between "Testing is always last" and
"AI writes tests that don't run": title "Tests outweigh features",
body "Setup. Mocks. Helpers. You end up writing more code for the
tests than for the feature itself. Like shipping a second app."
Icon: two file shapes, the larger one in the danger color to convey
test code outweighing feature code.
- Pain-cards grid: cascade 4 cols → 2 cols (≤1024px) → 1 col (≤768px)
so the new four-card row never sits too cramped between breakpoints.
- README: drop "harnesses" from the tooling-pain paragraph so the
homepage card and the README prose use the same three-item list
(setup, mocks, helpers).1 parent 6acce7d commit 42b24fd
2 files changed
Lines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
106 | 116 | | |
107 | 117 | | |
108 | 118 | | |
| |||
472 | 482 | | |
473 | 483 | | |
474 | 484 | | |
475 | | - | |
| 485 | + | |
476 | 486 | | |
477 | 487 | | |
478 | 488 | | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
479 | 495 | | |
480 | 496 | | |
481 | 497 | | |
| |||
0 commit comments