DEV Community

Discussion on: What is the most fun coding problem you resolved?

Collapse
 
jdsteinhauser profile image
Jason Steinhauser

I worked in a lab that recieved data in over 50 different formats. I created a DSL for reading/writing most of those files in by specifying the format in an XML file. I removed 15k SLOC from our codebase, and took developers mostly out of the critical path for analysis.