Not sure it's worth to depend on a library for a defprotocol with two 
functions. Also, still need to double check, but I think I can get rid of 
that defprotocol.

Renzo

On Tuesday, 5 April 2016 16:12:42 UTC+1, James Reeves wrote:
>
> Why implement your own Lifecycle protocol, rather than using the one from 
> the Component library?
>
> - James
>
> On 5 April 2016 at 09:28, Renzo Borgatti <rebo...@gmail.com <javascript:>> 
> 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 clo...@googlegroups.com 
>> <javascript:>
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+u...@googlegroups.com <javascript:>
>> 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+u...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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