|
|
|
|
|
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. |
|
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.