Hacker News new | ask | show | jobs
by leetrout 2997 days ago
Agree 100%.

It's so easy to refactor Go and adding codegen on top is a piece of cake.

Like anything, it can be overused- but it's far better than reflect & co.

I'm glad to hear someone else shares my thoughts on SQL... there are things that are hard to express in ORM-speak but for the basic CRUD operations I much prefer writing code to make the SQL instead of spending time writing the same SQL templates over and over.