You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Benedikt Ritter <br...@apache.org> on 2014/07/25 11:32:05 UTC

[CSV] Trying RC3?

Hi all,

are we pleased with the API? Can I try RC3? I'm still not sure about
getEscape() vs. getEscapeCharacter() since it imposes an asymmetry between
methods with and without a type postfix. My optinion is, that the type is
already part of the method signature and therefore doesn't have to be added
to the methods name.

Benedikt


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

RE: [CSV] Trying RC3?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Same here
Le 4 août 2014 23:16, "Daniel Gredler (DHL GM US)" <Da...@dhl.com>
a écrit :

> > For example, CSVFormat.getEscapeCharacter() works for me, when I read
> the code, I read "get the escape character", not "get the escape", which
> makes me think: "get the escape what?".
>
> For what it's worth, I feel the same way (I'm just a user of the library).
>
> Take care,
>
> Daniel
>
>
> -----Original Message-----
> From: Gary Gregory [mailto:garydgregory@gmail.com]
> Sent: Saturday, August 02, 2014 3:59 PM
> To: Commons Developers List
> Subject: Re: [CSV] Trying RC3?
>
> Hi Benedikt,
>
> I do like the API as it is now.
>
> Which API specifically are you concerned about?
>
> For example, CSVFormat.getEscapeCharacter() works for me, when I read the
> code, I read "get the escape character", not "get the escape", which makes
> me think: "get the escape what?".
>
> Gary
>
>
> On Sat, Aug 2, 2014 at 11:10 AM, Benedikt Ritter <be...@gmail.com>
> wrote:
>
> > I don't have much time ATM, but I'll prepare RC3 as soon as I find the
> > time...
> >
> > Gary, I'd like to remove the type Information from the getters. It
> > just feels redundant. Are you okay with that? Feels like the Last
> > issue in the API :)
> >
> > Benedikt
> >
> > Send from my mobile device
> >
> > > Am 01.08.2014 um 18:05 schrieb Gary Gregory <ga...@gmail.com>:
> > >
> > > Looks beautiful but not very warm!
> > >
> > > Gary
> > >
> > >
> > >> On Fri, Aug 1, 2014 at 12:01 PM, Emmanuel Bourg <eb...@apache.org>
> > wrote:
> > >>
> > >> Le 01/08/2014 15:32, Gary Gregory a écrit :
> > >>> Where are we now...?
> > >>
> > >> In vacation ;)
> > >>
> > >> http://bit.ly/1qyiuD1
> > >>
> > >> Emmanuel Bourg
> > >>
> > >>
> > >> -------------------------------------------------------------------
> > >> -- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > >> For additional commands, e-mail: dev-help@commons.apache.org
> > >
> > >
> > > --
> > > E-Mail: garydgregory@gmail.com | ggregory@apache.org Java
> > > Persistence with Hibernate, Second Edition
> > > <http://www.manning.com/bauer3/> JUnit in Action, Second Edition
> > > <http://www.manning.com/tahchiev/>
> > > Spring Batch in Action <http://www.manning.com/templier/>
> > > Blog: http://garygregory.wordpress.com
> > > Home: http://garygregory.com/
> > > Tweet! http://twitter.com/GaryGregory
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
> >
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org Java Persistence
> with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in
> Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

RE: [CSV] Trying RC3?

Posted by "Daniel Gredler (DHL GM US)" <Da...@dhl.com>.
> For example, CSVFormat.getEscapeCharacter() works for me, when I read the code, I read "get the escape character", not "get the escape", which makes me think: "get the escape what?".

For what it's worth, I feel the same way (I'm just a user of the library).

Take care,

Daniel


-----Original Message-----
From: Gary Gregory [mailto:garydgregory@gmail.com] 
Sent: Saturday, August 02, 2014 3:59 PM
To: Commons Developers List
Subject: Re: [CSV] Trying RC3?

Hi Benedikt,

I do like the API as it is now.

Which API specifically are you concerned about?

For example, CSVFormat.getEscapeCharacter() works for me, when I read the code, I read "get the escape character", not "get the escape", which makes me think: "get the escape what?".

Gary


On Sat, Aug 2, 2014 at 11:10 AM, Benedikt Ritter <be...@gmail.com>
wrote:

> I don't have much time ATM, but I'll prepare RC3 as soon as I find the 
> time...
>
> Gary, I'd like to remove the type Information from the getters. It 
> just feels redundant. Are you okay with that? Feels like the Last 
> issue in the API :)
>
> Benedikt
>
> Send from my mobile device
>
> > Am 01.08.2014 um 18:05 schrieb Gary Gregory <ga...@gmail.com>:
> >
> > Looks beautiful but not very warm!
> >
> > Gary
> >
> >
> >> On Fri, Aug 1, 2014 at 12:01 PM, Emmanuel Bourg <eb...@apache.org>
> wrote:
> >>
> >> Le 01/08/2014 15:32, Gary Gregory a écrit :
> >>> Where are we now...?
> >>
> >> In vacation ;)
> >>
> >> http://bit.ly/1qyiuD1
> >>
> >> Emmanuel Bourg
> >>
> >>
> >> -------------------------------------------------------------------
> >> -- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> For additional commands, e-mail: dev-help@commons.apache.org
> >
> >
> > --
> > E-Mail: garydgregory@gmail.com | ggregory@apache.org Java 
> > Persistence with Hibernate, Second Edition 
> > <http://www.manning.com/bauer3/> JUnit in Action, Second Edition 
> > <http://www.manning.com/tahchiev/>
> > Spring Batch in Action <http://www.manning.com/templier/>
> > Blog: http://garygregory.wordpress.com
> > Home: http://garygregory.com/
> > Tweet! http://twitter.com/GaryGregory
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


--
E-Mail: garydgregory@gmail.com | ggregory@apache.org Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org

Re: [CSV] Trying RC3?

Posted by Gary Gregory <ga...@gmail.com>.
On Tue, Aug 5, 2014 at 1:07 AM, Benedikt Ritter <be...@gmail.com>
wrote:

>
>
> > Am 05.08.2014 um 03:20 schrieb Gary Gregory <ga...@gmail.com>:
> >
> > On Mon, Aug 4, 2014 at 5:32 PM, Benedikt Ritter <be...@gmail.com>
> > wrote:
> >
> >> Maybe it's just the "Character" that bugs me... How do you like
> >> getEscapeSymbol() ?
> >
> > That's confusing for me. What is a "symbol" in comparison to "character"
> > and "string"?
> >
> > Seing the feedback from other users in this thread make me think that the
> > API is OK.
>
> Agreed! Stay tuned dir RC3 then ;-) I'll prepare it in saturday.
>

Great! I am looking forward to it. Thank you for RM'ing.

Gary


>
> Thanks!
> Benedikt
>
> >
> > Gary
> >
> >
> >>
> >> Benedikt
> >>
> >> Send from my mobile device
> >>
> >>> Am 02.08.2014 um 21:59 schrieb Gary Gregory <ga...@gmail.com>:
> >>>
> >>> Hi Benedikt,
> >>>
> >>> I do like the API as it is now.
> >>>
> >>> Which API specifically are you concerned about?
> >>>
> >>> For example, CSVFormat.getEscapeCharacter() works for me, when I read
> the
> >>> code, I read "get the escape character", not "get the escape", which
> >> makes
> >>> me think: "get the escape what?".
> >>>
> >>> Gary
> >>>
> >>>
> >>> On Sat, Aug 2, 2014 at 11:10 AM, Benedikt Ritter <beneritter@gmail.com
> >
> >>> wrote:
> >>>
> >>>> I don't have much time ATM, but I'll prepare RC3 as soon as I find the
> >>>> time...
> >>>>
> >>>> Gary, I'd like to remove the type Information from the getters. It
> just
> >>>> feels redundant. Are you okay with that? Feels like the Last issue in
> >> the
> >>>> API :)
> >>>>
> >>>> Benedikt
> >>>>
> >>>> Send from my mobile device
> >>>>
> >>>>> Am 01.08.2014 um 18:05 schrieb Gary Gregory <garydgregory@gmail.com
> >:
> >>>>>
> >>>>> Looks beautiful but not very warm!
> >>>>>
> >>>>> Gary
> >>>>>
> >>>>>
> >>>>>> On Fri, Aug 1, 2014 at 12:01 PM, Emmanuel Bourg <eb...@apache.org>
> >>>> wrote:
> >>>>>>
> >>>>>> Le 01/08/2014 15:32, Gary Gregory a écrit :
> >>>>>>> Where are we now...?
> >>>>>>
> >>>>>> In vacation ;)
> >>>>>>
> >>>>>> http://bit.ly/1qyiuD1
> >>>>>>
> >>>>>> Emmanuel Bourg
> >>>>>>
> >>>>>>
> >>>>>>
> ---------------------------------------------------------------------
> >>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >>>>>> For additional commands, e-mail: dev-help@commons.apache.org
> >>>>>
> >>>>>
> >>>>> --
> >>>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> >>>>> Java Persistence with Hibernate, Second Edition
> >>>>> <http://www.manning.com/bauer3/>
> >>>>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> >>>>> Spring Batch in Action <http://www.manning.com/templier/>
> >>>>> Blog: http://garygregory.wordpress.com
> >>>>> Home: http://garygregory.com/
> >>>>> Tweet! http://twitter.com/GaryGregory
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >>>> For additional commands, e-mail: dev-help@commons.apache.org
> >>>
> >>>
> >>> --
> >>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> >>> Java Persistence with Hibernate, Second Edition
> >>> <http://www.manning.com/bauer3/>
> >>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> >>> Spring Batch in Action <http://www.manning.com/templier/>
> >>> Blog: http://garygregory.wordpress.com
> >>> Home: http://garygregory.com/
> >>> Tweet! http://twitter.com/GaryGregory
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> For additional commands, e-mail: dev-help@commons.apache.org
> >
> >
> > --
> > E-Mail: garydgregory@gmail.com | ggregory@apache.org
> > Java Persistence with Hibernate, Second Edition
> > <http://www.manning.com/bauer3/>
> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> > Spring Batch in Action <http://www.manning.com/templier/>
> > Blog: http://garygregory.wordpress.com
> > Home: http://garygregory.com/
> > Tweet! http://twitter.com/GaryGregory
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [CSV] Trying RC3?

Posted by Benedikt Ritter <be...@gmail.com>.

> Am 05.08.2014 um 03:20 schrieb Gary Gregory <ga...@gmail.com>:
> 
> On Mon, Aug 4, 2014 at 5:32 PM, Benedikt Ritter <be...@gmail.com>
> wrote:
> 
>> Maybe it's just the "Character" that bugs me... How do you like
>> getEscapeSymbol() ?
> 
> That's confusing for me. What is a "symbol" in comparison to "character"
> and "string"?
> 
> Seing the feedback from other users in this thread make me think that the
> API is OK.

Agreed! Stay tuned dir RC3 then ;-) I'll prepare it in saturday.

Thanks!
Benedikt

> 
> Gary
> 
> 
>> 
>> Benedikt
>> 
>> Send from my mobile device
>> 
>>> Am 02.08.2014 um 21:59 schrieb Gary Gregory <ga...@gmail.com>:
>>> 
>>> Hi Benedikt,
>>> 
>>> I do like the API as it is now.
>>> 
>>> Which API specifically are you concerned about?
>>> 
>>> For example, CSVFormat.getEscapeCharacter() works for me, when I read the
>>> code, I read "get the escape character", not "get the escape", which
>> makes
>>> me think: "get the escape what?".
>>> 
>>> Gary
>>> 
>>> 
>>> On Sat, Aug 2, 2014 at 11:10 AM, Benedikt Ritter <be...@gmail.com>
>>> wrote:
>>> 
>>>> I don't have much time ATM, but I'll prepare RC3 as soon as I find the
>>>> time...
>>>> 
>>>> Gary, I'd like to remove the type Information from the getters. It just
>>>> feels redundant. Are you okay with that? Feels like the Last issue in
>> the
>>>> API :)
>>>> 
>>>> Benedikt
>>>> 
>>>> Send from my mobile device
>>>> 
>>>>> Am 01.08.2014 um 18:05 schrieb Gary Gregory <ga...@gmail.com>:
>>>>> 
>>>>> Looks beautiful but not very warm!
>>>>> 
>>>>> Gary
>>>>> 
>>>>> 
>>>>>> On Fri, Aug 1, 2014 at 12:01 PM, Emmanuel Bourg <eb...@apache.org>
>>>> wrote:
>>>>>> 
>>>>>> Le 01/08/2014 15:32, Gary Gregory a écrit :
>>>>>>> Where are we now...?
>>>>>> 
>>>>>> In vacation ;)
>>>>>> 
>>>>>> http://bit.ly/1qyiuD1
>>>>>> 
>>>>>> Emmanuel Bourg
>>>>>> 
>>>>>> 
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>> 
>>>>> 
>>>>> --
>>>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>>>>> Java Persistence with Hibernate, Second Edition
>>>>> <http://www.manning.com/bauer3/>
>>>>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>>>>> Spring Batch in Action <http://www.manning.com/templier/>
>>>>> Blog: http://garygregory.wordpress.com
>>>>> Home: http://garygregory.com/
>>>>> Tweet! http://twitter.com/GaryGregory
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>> 
>>> 
>>> --
>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>>> Java Persistence with Hibernate, Second Edition
>>> <http://www.manning.com/bauer3/>
>>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>>> Spring Batch in Action <http://www.manning.com/templier/>
>>> Blog: http://garygregory.wordpress.com
>>> Home: http://garygregory.com/
>>> Tweet! http://twitter.com/GaryGregory
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
> 
> 
> -- 
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [CSV] Trying RC3?

Posted by Gary Gregory <ga...@gmail.com>.
On Mon, Aug 4, 2014 at 5:32 PM, Benedikt Ritter <be...@gmail.com>
wrote:

> Maybe it's just the "Character" that bugs me... How do you like
> getEscapeSymbol() ?
>

That's confusing for me. What is a "symbol" in comparison to "character"
and "string"?

Seing the feedback from other users in this thread make me think that the
API is OK.

Gary


>
> Benedikt
>
> Send from my mobile device
>
> > Am 02.08.2014 um 21:59 schrieb Gary Gregory <ga...@gmail.com>:
> >
> > Hi Benedikt,
> >
> > I do like the API as it is now.
> >
> > Which API specifically are you concerned about?
> >
> > For example, CSVFormat.getEscapeCharacter() works for me, when I read the
> > code, I read "get the escape character", not "get the escape", which
> makes
> > me think: "get the escape what?".
> >
> > Gary
> >
> >
> > On Sat, Aug 2, 2014 at 11:10 AM, Benedikt Ritter <be...@gmail.com>
> > wrote:
> >
> >> I don't have much time ATM, but I'll prepare RC3 as soon as I find the
> >> time...
> >>
> >> Gary, I'd like to remove the type Information from the getters. It just
> >> feels redundant. Are you okay with that? Feels like the Last issue in
> the
> >> API :)
> >>
> >> Benedikt
> >>
> >> Send from my mobile device
> >>
> >>> Am 01.08.2014 um 18:05 schrieb Gary Gregory <ga...@gmail.com>:
> >>>
> >>> Looks beautiful but not very warm!
> >>>
> >>> Gary
> >>>
> >>>
> >>>> On Fri, Aug 1, 2014 at 12:01 PM, Emmanuel Bourg <eb...@apache.org>
> >> wrote:
> >>>>
> >>>> Le 01/08/2014 15:32, Gary Gregory a écrit :
> >>>>> Where are we now...?
> >>>>
> >>>> In vacation ;)
> >>>>
> >>>> http://bit.ly/1qyiuD1
> >>>>
> >>>> Emmanuel Bourg
> >>>>
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >>>> For additional commands, e-mail: dev-help@commons.apache.org
> >>>
> >>>
> >>> --
> >>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> >>> Java Persistence with Hibernate, Second Edition
> >>> <http://www.manning.com/bauer3/>
> >>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> >>> Spring Batch in Action <http://www.manning.com/templier/>
> >>> Blog: http://garygregory.wordpress.com
> >>> Home: http://garygregory.com/
> >>> Tweet! http://twitter.com/GaryGregory
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> For additional commands, e-mail: dev-help@commons.apache.org
> >
> >
> > --
> > E-Mail: garydgregory@gmail.com | ggregory@apache.org
> > Java Persistence with Hibernate, Second Edition
> > <http://www.manning.com/bauer3/>
> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> > Spring Batch in Action <http://www.manning.com/templier/>
> > Blog: http://garygregory.wordpress.com
> > Home: http://garygregory.com/
> > Tweet! http://twitter.com/GaryGregory
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [CSV] Trying RC3?

Posted by Benedikt Ritter <be...@gmail.com>.
Maybe it's just the "Character" that bugs me... How do you like getEscapeSymbol() ?

Benedikt

Send from my mobile device

> Am 02.08.2014 um 21:59 schrieb Gary Gregory <ga...@gmail.com>:
> 
> Hi Benedikt,
> 
> I do like the API as it is now.
> 
> Which API specifically are you concerned about?
> 
> For example, CSVFormat.getEscapeCharacter() works for me, when I read the
> code, I read "get the escape character", not "get the escape", which makes
> me think: "get the escape what?".
> 
> Gary
> 
> 
> On Sat, Aug 2, 2014 at 11:10 AM, Benedikt Ritter <be...@gmail.com>
> wrote:
> 
>> I don't have much time ATM, but I'll prepare RC3 as soon as I find the
>> time...
>> 
>> Gary, I'd like to remove the type Information from the getters. It just
>> feels redundant. Are you okay with that? Feels like the Last issue in the
>> API :)
>> 
>> Benedikt
>> 
>> Send from my mobile device
>> 
>>> Am 01.08.2014 um 18:05 schrieb Gary Gregory <ga...@gmail.com>:
>>> 
>>> Looks beautiful but not very warm!
>>> 
>>> Gary
>>> 
>>> 
>>>> On Fri, Aug 1, 2014 at 12:01 PM, Emmanuel Bourg <eb...@apache.org>
>> wrote:
>>>> 
>>>> Le 01/08/2014 15:32, Gary Gregory a écrit :
>>>>> Where are we now...?
>>>> 
>>>> In vacation ;)
>>>> 
>>>> http://bit.ly/1qyiuD1
>>>> 
>>>> Emmanuel Bourg
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>> 
>>> 
>>> --
>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>>> Java Persistence with Hibernate, Second Edition
>>> <http://www.manning.com/bauer3/>
>>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>>> Spring Batch in Action <http://www.manning.com/templier/>
>>> Blog: http://garygregory.wordpress.com
>>> Home: http://garygregory.com/
>>> Tweet! http://twitter.com/GaryGregory
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
> 
> 
> -- 
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [CSV] Trying RC3?

Posted by Gary Gregory <ga...@gmail.com>.
Hi Benedikt,

I do like the API as it is now.

Which API specifically are you concerned about?

For example, CSVFormat.getEscapeCharacter() works for me, when I read the
code, I read "get the escape character", not "get the escape", which makes
me think: "get the escape what?".

Gary


On Sat, Aug 2, 2014 at 11:10 AM, Benedikt Ritter <be...@gmail.com>
wrote:

> I don't have much time ATM, but I'll prepare RC3 as soon as I find the
> time...
>
> Gary, I'd like to remove the type Information from the getters. It just
> feels redundant. Are you okay with that? Feels like the Last issue in the
> API :)
>
> Benedikt
>
> Send from my mobile device
>
> > Am 01.08.2014 um 18:05 schrieb Gary Gregory <ga...@gmail.com>:
> >
> > Looks beautiful but not very warm!
> >
> > Gary
> >
> >
> >> On Fri, Aug 1, 2014 at 12:01 PM, Emmanuel Bourg <eb...@apache.org>
> wrote:
> >>
> >> Le 01/08/2014 15:32, Gary Gregory a écrit :
> >>> Where are we now...?
> >>
> >> In vacation ;)
> >>
> >> http://bit.ly/1qyiuD1
> >>
> >> Emmanuel Bourg
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> For additional commands, e-mail: dev-help@commons.apache.org
> >
> >
> > --
> > E-Mail: garydgregory@gmail.com | ggregory@apache.org
> > Java Persistence with Hibernate, Second Edition
> > <http://www.manning.com/bauer3/>
> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> > Spring Batch in Action <http://www.manning.com/templier/>
> > Blog: http://garygregory.wordpress.com
> > Home: http://garygregory.com/
> > Tweet! http://twitter.com/GaryGregory
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [CSV] Trying RC3?

Posted by Benedikt Ritter <be...@gmail.com>.
I don't have much time ATM, but I'll prepare RC3 as soon as I find the time...

Gary, I'd like to remove the type Information from the getters. It just feels redundant. Are you okay with that? Feels like the Last issue in the API :)

Benedikt

Send from my mobile device

> Am 01.08.2014 um 18:05 schrieb Gary Gregory <ga...@gmail.com>:
> 
> Looks beautiful but not very warm!
> 
> Gary
> 
> 
>> On Fri, Aug 1, 2014 at 12:01 PM, Emmanuel Bourg <eb...@apache.org> wrote:
>> 
>> Le 01/08/2014 15:32, Gary Gregory a écrit :
>>> Where are we now...?
>> 
>> In vacation ;)
>> 
>> http://bit.ly/1qyiuD1
>> 
>> Emmanuel Bourg
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
> 
> 
> -- 
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [CSV] Trying RC3?

Posted by Gary Gregory <ga...@gmail.com>.
Looks beautiful but not very warm!

Gary


On Fri, Aug 1, 2014 at 12:01 PM, Emmanuel Bourg <eb...@apache.org> wrote:

> Le 01/08/2014 15:32, Gary Gregory a écrit :
> > Where are we now...?
>
> In vacation ;)
>
> http://bit.ly/1qyiuD1
>
> Emmanuel Bourg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [CSV] Trying RC3?

Posted by Emmanuel Bourg <eb...@apache.org>.
Le 01/08/2014 15:32, Gary Gregory a écrit :
> Where are we now...?

In vacation ;)

http://bit.ly/1qyiuD1

Emmanuel Bourg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [CSV] Trying RC3?

Posted by Gary Gregory <ga...@gmail.com>.
Where are we now...?

Gary


On Fri, Jul 25, 2014 at 5:32 AM, Benedikt Ritter <br...@apache.org> wrote:

> Hi all,
>
> are we pleased with the API? Can I try RC3? I'm still not sure about
> getEscape() vs. getEscapeCharacter() since it imposes an asymmetry between
> methods with and without a type postfix. My optinion is, that the type is
> already part of the method signature and therefore doesn't have to be added
> to the methods name.
>
> Benedikt
>
>
> --
> http://people.apache.org/~britter/
> http://www.systemoutprintln.de/
> http://twitter.com/BenediktRitter
> http://github.com/britter
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory