Re: Lifecycle Composition

2013-10-15 Thread Murtaza Husain
in the > "constructed" forms- as an unconnected database, a non-started cache, etc- > and their "started" forms- their post-initialization state of being > connected to database or as a cache that is ready for work. > > Hope that helps. > > 1. http://thi

Re: Lifecycle Composition

2013-09-22 Thread Jonah Benton
dy for work. Hope that helps. 1. http://thinkrelevance.com/blog/2013/06/04/clojure-workflow-reloaded On Fri, Sep 20, 2013 at 1:21 PM, Murtaza Husain < murtaza.hus...@sevenolives.com> wrote: > Hi, > > I am going through the blog of Stuart Sierra regarding lifecycle > composition. http

Lifecycle Composition

2013-09-20 Thread Murtaza Husain
Hi, I am going through the blog of Stuart Sierra regarding lifecycle composition. http://stuartsierra.com/2013/09/15/lifecycle-composition In the end there is this para - "This technique is a form of dependency injection through constructors. The choice of whether to make the indiv