Yeah... but this is a rough neighborhood for folk like you and me. On Thu, Oct 6, 2011 at 5:52 PM, Greg Sterijevski <gsterijev...@gmail.com>wrote:
> If you really think about, all of the decomposition classes should be > handled by factories. The decompositions all seem to occur in the > constructor. Everything else is derived from those results, so one could > argue that the actual decomposition code could be written very procedurally > and put into the factory as a static private method. The returned class > from > the factory would be nothing more than a container of the results and > methods to get the data and derivatives of the data. >