Hacker News new | ask | show | jobs
by verdverm 2001 days ago
I'm working on similar at https://github.com/hofstadter-io/hofmod-server (hofmod-saas,hof)

Switched the DX to cuelang.org this year, very happy about that!

My main goal with Hof is to have code gen beyond the initial boilerplate, so that I could change design while keeping the custom implementation details.

1 comments

Nice! I will look into it when I will have some time.

What I have in mind is also past the boilerplate, as you said, changing the design later, while being able to write pure business logic code. Right now, I'm not there because I didn't properly separate the generated files from the ones the dev has to edit. But that would be next.

hof uses diff3 so you can write the custom code right in the generated files.