File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments