dota17 commented on pull request #73:
URL: https://github.com/apache/commons-csv/pull/73#issuecomment-643588024
@garydgregory @melloware
I have completely reworked the code for refactorCSVFormat. This modification
is mainly because the new CSVFormat() will be called many times, and there are
many parameters, such code doesn't look very goog, and when adding an
attribute more code is modified.
It may be better to use the Builder mode, but the Builder mode will cause
the API to change.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]