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 ;) Bonne nuit! Benedikt > Emmanuel Bourg > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org