Fork me on GitHub
#yada
<
2015-08-15
>
malcolmsparks08:08:27

just released yada "1.0.0-20150815.084135-3" - a gradual progression now towards 1.0

malcolmsparks08:08:46

@ordnungswidrig: The resource function will be broken up soon, it just helped to keep it a monolith during development - better design seems to be coming via refactoring

malcolmsparks08:08:02

@ordnungswidrig: thanks for this feedback btw. yesterday I broke up the resource function to separate derivation of the resource 'model' and the resource 'implementation'. However, can you expand on the difference between 'resource entity model' and 'http resource model' ?

malcolmsparks08:08:50

if you look now HttpResource is now resembling a liberator resource definition, or at-least the declarative parts. The callbacks are via protocols, and that's been working out well imo

malcolmsparks08:08:21

See the implementations in yada.resources.* (except file_resource.clj, which is fugly and broken)