I've quite enjoyed reading the various approaches to using Component (or 
not as the case may be), so much so that I've added my own two pence:

http://derek.troywest.com/articles/how-i-use-component

On Tuesday, April 5, 2016 at 6:28:48 PM UTC+10, Renzo Borgatti wrote:
>
> Hello clj, 
>
> kinda late into that discussion of a while ago about “how I use 
> components”, I finally wrote-up about it: 
>
> https://github.com/reborg/scccw/blob/master/COMPONENTS.md 
>
> The result is a markdown document that is meant to be used by 
> copy-pasting. So no libraries, no frameworks. The reason is that I’m mainly 
> introducing an architectural convention to handle stateful parts of a 
> Clojure application and I believe your app should bootstrap from these 
> general principles and extend on them, evolutionary. It’s not different 
> from saying that you should isolate impure functions in your code: you 
> wouldn’t create a library out of it. 
>
> Let me know what you think. Between this organization for components and 
> Fluorine for config (https://github.com/reborg/fluorine/), I’m a happier 
> Clojure dev these days :) 
>
> Renzo 
> @reborg

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to