Adam Gent

Results 165 comments of Adam Gent

> @agentgt Records are used mostly as data carriers/models for DB tables, REST APIs, etc. Would people really need a standard library of default values? If I have a PersonRecord...

I agree. I'm just brainstorming some possible alternatives. The solution in place is far more KISS. I do think there is value in mixin but it really is a different...

I'm not sure if this will help for API modeling but I did implement this for my templating language that uses the annotation processor: https://jstach.io/doc/jstachio/current/apidocs/io.jstach.jstache/io/jstach/jstache/JStacheInterfaces.html Basically it allows you to...

Well FWIW my templating language has the idea that the "template is the contract". https://github.com/jstachio/jstachio For example a template is always tied to a model object that you annotate with...

> I think this comes down to a matter of taste. It's good to have so many templating choices, so that there's a good fit for everyone. I agree particularly...