[
https://issues.apache.org/jira/browse/CSV-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13238855#comment-13238855
]
Emmanuel Bourg commented on CSV-76:
-----------------------------------
I don't see the need to extract a 30 lines long method from a class with 150
lines of code. CSVParser has a very reasonable size and is easy to read. Moving
getRecord() to a separate class will make the code more difficult to follow.
> Move CSVParser.getRecord() into a separate class?
> -------------------------------------------------
>
> Key: CSV-76
> URL: https://issues.apache.org/jira/browse/CSV-76
> Project: Commons CSV
> Issue Type: Improvement
> Reporter: Sebb
> Priority: Minor
>
> Much of the CSVParser code is generic and does not depend on the parser
> implementation.
> Moving the getRecord() method to its own class would make it easier to
> follow, and would make it easier to provide alternative implementations.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira