Am 14. März 2012 22:47 schrieb sebb <seb...@gmail.com>:
> On 14 March 2012 21:40, Benedikt Ritter <benerit...@googlemail.com> wrote:
>> Am 14. März 2012 22:33 schrieb Emmanuel Bourg <ebo...@apache.org>:
>>> Le 14/03/2012 22:25, Benedikt Ritter a écrit :
>>>
>>>
>>>> I agree with you on this. However, I think it would be better to tie
>>>> validation to the object creation. Maybe the Builder Pattern like
>>>> shown in Effective Java p. 14-15 is a reasonable solution for this
>>>> case? It would be a bit more verbose, but we can be sure that
>>>> everything will be validated.
>>>
>>>
>>> That's too verbose, please let's keep this simple API.
>>>
>>
>> okay!
>> although, I don't find
>> CSVFormat format =
>> CSVFormat.defaults().withDelimiter('#').withCommentStart('/').build()
>> too verbose ;)
>
> Agree entirely.
>
> And parse and format could perform an implicit build().
>
> It would also allow one to eliminate the additional instance creation.
>

How about you Emmanuel? Could sebb convince you? ;-) How about this:
I'll create a patch and attach it to JIRA. Then we'll have a better
basis for discussion.

>> Bonne nuit!
>
> Gute Nacht ?
>
>> Benedikt
>>
>>> Emmanuel Bourg
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

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

Reply via email to