HackerTrans
トップ新着トレンドコメント過去質問紹介求人

messel

no profile record

投稿

Show HN: Yet Another News Reader

boomerang-news.com
2 ポイント·投稿者 messel·27 日前·0 コメント

Show HN: Multiplayer Space Game

voidhorizon.net
3 ポイント·投稿者 messel·27 日前·0 コメント

コメント

messel
·27 日前·議論
If you can use a typed language, you want guardrails. Unit tests aren't enough you want integration tests with headless browsers if applicable. It can automatically catch many of its own mistakes earlier.

Be opinionated on your rules files for how you want it to organize the data and code (I built a scaffold template I use all over https://github.com/victusfate/scaffold, fork it make it your own)

If it edits tests you need to push back on why. I'm seeing it too often go to switch case vs simple inheritance. It's too slow sometimes for simple one line change.