On 14 March 2012 21:40, Benedikt Ritter <[email protected]> wrote: > Am 14. März 2012 22:33 schrieb Emmanuel Bourg <[email protected]>: >> 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. > Bonne nuit! Gute Nacht ? > Benedikt > >> Emmanuel Bourg >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
