Large frameworks are great, but generally I only adopt them when starting a new project; or the occasional large refactoring project.
Whereas targeted problem-solving libraries like this one get adopted all day long. Next time I need to parse a CSV on the client, you can bet the first thing I'll do is Google to see if there's a library I can download and be done with it.
So, great job solving a targeted problem! Keep building things and keep contributing. People will find code like this endlessly useful.
Large frameworks are great, but generally I only adopt them when starting a new project; or the occasional large refactoring project.
Whereas targeted problem-solving libraries like this one get adopted all day long. Next time I need to parse a CSV on the client, you can bet the first thing I'll do is Google to see if there's a library I can download and be done with it.
So, great job solving a targeted problem! Keep building things and keep contributing. People will find code like this endlessly useful.