Hacker News new | ask | show | jobs
by drekipus 397 days ago
I guess describing ash as "the middle layers" is what helps bring the picture together for me.

The data/orm, I usually think of as a lower layer. Then you build domain on top and then interfaces on top of that.

I can see Ash be the middle layer, where you define the domain, (using nouns and verbs) and it pieces together the data and the interfaces.