Skip to content

Commit fa7b7f3

Browse files
committed
feat: expand fortune cookies with new developer wisdom
1 parent 18c28fc commit fa7b7f3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/commands/vibes.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,14 @@ function pickFortune(): string {
242242
'"The real tech debt was the friends we made along the way."',
243243
'"Ship it. Then fix it. Then ship the fix. Then fix the fix."',
244244
'"Your code is poetry. Unfortunately, it\'s a limerick."',
245+
'"The best error message is the one you never see."',
246+
'"If your test suite takes longer than your coffee, something\'s wrong."',
247+
'"The function that \'no one uses\' is always called from production."',
248+
'"git blame is not a judgment. Except when it is."',
249+
'"A well-named variable is worth a thousand comments."',
250+
'"Your CI pipeline is the only honest stakeholder in the room."',
251+
'"Legacy code is just code that makes money."',
252+
'"The deploy that goes perfectly is the one that keeps you up at night."',
245253
];
246254
return fortunes[Math.floor(Math.random() * fortunes.length)]!;
247255
}

0 commit comments

Comments
 (0)