Re: Help w/ naming module

2017-09-22 Thread Diab Jerius
Karen, I was very angry when I wrote my reply, and despite my best efforts, some of that anger is reflected in the words and tone. I apologize for that. I did not intend that it be taken as a personal attack, and if that is the case, I am truly sorry. I have great respect for the work you have d

Re: Help w/ naming module

2017-09-21 Thread Marco Marongiu
On 21/09/17 23:11, Karen Etheridge wrote: > Given that there is so much prior art in this space already -- is it > useful to release one more variant to the CPAN, vs. simply keeping it in > your darkpan? Is anyone likely to discover your module and choose it > over any other? For what is worth,

Re: Help w/ naming module

2017-09-21 Thread Diab Jerius
On Thu, Sep 21, 2017 at 5:11 PM, Karen Etheridge wrote: > > Given that there is so much prior art in this space already -- is it useful to release one more variant to the CPAN, vs. simply keeping it in your darkpan? Is anyone likely to discover your module and choose it over any other? What are y

Re: Help w/ naming module

2017-09-21 Thread Karen Etheridge
Given that there is so much prior art in this space already -- is it useful to release one more variant to the CPAN, vs. simply keeping it in your darkpan? Is anyone likely to discover your module and choose it over any other? Please at least give a summary of the alternatives and how they differ,

Re: Help w/ naming module

2017-09-21 Thread Diab Jerius
On Thu, Sep 21, 2017 at 1:58 PM, Diab Jerius wrote: > > > > On Thu, Sep 21, 2017 at 12:59 PM, Diab Jerius wrote: > > > > > > > > > > On Thu, Sep 21, 2017 at 11:30 AM, Michael Greb wrote: > >> > >> On 09/20, Diab Jerius wrote: > >> > I've written a module[1] to scratch an itch, namely easily wrap

Re: Help w/ naming module

2017-09-21 Thread Diab Jerius
On Thu, Sep 21, 2017 at 12:59 PM, Diab Jerius wrote: > > > > > On Thu, Sep 21, 2017 at 11:30 AM, Michael Greb wrote: >> >> On 09/20, Diab Jerius wrote: >> > I've written a module[1] to scratch an itch, namely easily wrapping hashes >> > returned from subroutines as objects[2]. >> > >> > I've name

Re: Help w/ naming module

2017-09-21 Thread Diab Jerius
On Thu, Sep 21, 2017 at 11:30 AM, Michael Greb wrote: > On 09/20, Diab Jerius wrote: > > I've written a module[1] to scratch an itch, namely easily wrapping > hashes > > returned from subroutines as objects[2]. > > > > I've named it Return::Object, based on my particular use case, but I'm > > fin

Re: Help w/ naming module

2017-09-21 Thread Michael Greb
On 09/20, Diab Jerius wrote: > I've written a module[1] to scratch an itch, namely easily wrapping hashes > returned from subroutines as objects[2]. > > I've named it Return::Object, based on my particular use case, but I'm > finding it useful for more general wrapping of hashes, hence my quest fo

Help w/ naming module

2017-09-20 Thread Diab Jerius
Howdy! I've written a module[1] to scratch an itch, namely easily wrapping hashes returned from subroutines as objects[2]. I've named it Return::Object, based on my particular use case, but I'm finding it useful for more general wrapping of hashes, hence my quest for a more general name for it.