I like Csv as opposed to CSV also. On Tuesday, August 6, 2013, Gary Gregory wrote:
> The class names in [csv] are (pp) means package private, others are public > > org.apache.commons.csv.Constants (pp) > org.apache.commons.csv.CSVFormat > org.apache.commons.csv.CSVLexer > org.apache.commons.csv.CSVParser > org.apache.commons.csv.CSVPrinter > org.apache.commons.csv.CSVRecord > org.apache.commons.csv.ExtendedBufferedReader (pp) > org.apache.commons.csv.Lexer (pp) > org.apache.commons.csv.Quote > org.apache.commons.csv.Token (pp) > > So all of the _public_ types except Quote are prefixed with "CSV". > > - Should all types be prefixed with "CSV"? > - Should Quote be renamed to CSVQuote? > > - I personally, prefer the prefix "Csv", but I might be in the minority > here. > > Gary > > -- > E-Mail: garydgreg...@gmail.com <javascript:;> | > ggreg...@apache.org<javascript:;> > 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 >