architecture

apbleonard 2020-04-03T22:05:34.081300Z

Looks great! 🙂 In our workplace we use a form of "clean architecture" for all the Java services and it definitely helps tame some of the OO madness. But hardly use any "architectural patterns" at all in the Clojure services (other than using mount). And even though the Clojure language already helps in so many ways, the lack of internal structure/abstractions/layers in the logic does still lead to idiosyncratic and very tangled code sadly.