jehugaleahsa / FlatFiles

Reads and writes CSV, fixed-length and other flat file formats with a focus on schema definition, configuration and speed.
The Unlicense
357 stars 64 forks source link

Clean up code redundancies #34

Closed pbolduc closed 6 years ago

pbolduc commented 6 years ago

I used Resharper to identify some code redundancies and clean up. I was very careful not to make any changes that would change behavior or change method/properties definition. The list below is basically in the same order as the changed files.

jehugaleahsa commented 6 years ago

Nice. Thanks.