Re: [CSV] with methods like withAllowMissingColumnNames

2014-08-27 Thread Benedikt Ritter
No objections here. Send from my mobile device > Am 27.08.2014 um 16:20 schrieb Gary Gregory : > > It feels weird to me to write: > > CSVFormat.EXCEL.withAllowMissingColumnNames(true); > > I want to say: > > CSVFormat.EXCEL.withAllowMissingColumnNames(); > > Any thought adding no arg methods

[CSV] with methods like withAllowMissingColumnNames

2014-08-27 Thread Gary Gregory
It feels weird to me to write: CSVFormat.EXCEL.withAllowMissingColumnNames(true); I want to say: CSVFormat.EXCEL.withAllowMissingColumnNames(); Any thought adding no arg methods that call the 1-arg version of the method with a default that makes sense to the "reader" of the call. In the case, "