HackerTrans
TopNewTrendsCommentsPastAskShowJobs

messel

no profile record

Submissions

Show HN: Yet Another News Reader

boomerang-news.com
2 points·by messel·26일 전·0 comments

Show HN: Multiplayer Space Game

voidhorizon.net
3 points·by messel·26일 전·0 comments

comments

messel
·26일 전·discuss
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.