Re: Advice on Module name, please.

2011-03-30 Thread Sam Brain
Matt, I tackle the problem of what I call breaks (the Test values changing faster (as you go down the rows) than the Visit values, which change faster than the Patient values) with a closure. From the POD: break_col_iterator($data, $break_cols) Returns an iterator which, when called, will

Re: Advice on Module name, please.

2011-03-28 Thread Fiachra O Donoghue
Regarding (2), I'd just export one method called, say, dbi2obj, and require that the desired object type (simple or complex, or whatever) be passed as a parameter. On 28 March 2011 17:49, Sam Brain s...@stanford.edu wrote: I would like ask the group for advice on module naming, as I have seen

Re: Advice on Module name, please.

2011-03-28 Thread Hans Dieter Pearcey
On Mon, 28 Mar 2011 09:49:22 -0700, Sam Brain s...@stanford.edu wrote: (1) Does DBIx::BuildMooseObjects seem a reasonable name, and I don't see anything Moose-specific here. The interesting bit is the transformation from a single-level array to a multi-level structure grouped by specific