logoalt Hacker News

drekipus05/15/20250 repliesview on HN

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.