|
|
|
|
|
by nrdvana
805 days ago
|
|
It's a nice tidy CSV parser, but needs a new title. "world's smallest" is never going to happen in C#, for any measure of "smallest". And aside from that, nobody should be rolling their own CSV parsers if they want to solve real-world problems; use the most capable library your language offers you, which will account for a hundred edge cases yours doesn't. |
|
When I was switching from academia to industry, I decided, based on HN comments like this, that I should un-publish my CSV parser.
I was worried potential employers would tsk-tsk me for self-rolling.
I promptly got an email from the creator of Ruby asking me why I had un-published my CSV parser, which apparently was being used in Ruby at the time.
(...And then later I landed my current job, a dream job, a large part of which involves handling CSV files in finance!)