Re: Lifecycle Composition

2013-10-15 Thread Murtaza Husain
...@sevenolives.com javascript: wrote: 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

Re: Lifecycle Composition

2013-09-22 Thread Jonah Benton
, 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://stuartsierra.com/2013/09/15/lifecycle-composition In the end there is this para - This technique is a form of dependency

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 individual