▲ | Rendello 7 hours ago | |||||||
This is very apparent in my work right now, as well as "all models are wrong, some models are useful". I'm parsing some "simple" CSVs into a DB, but I have to keep the concrete representation intact for another purpose. The DB format will be similar to the CSV format, but can't be quite the same. I would've figured this would take a day or two (I've written many parsers before), but the amount of details I have to consider has lead me to circle back to this problem for a long time. | ||||||||
▲ | noosphr 6 hours ago | parent [-] | |||||||
If we used ascii delimited values none of this would be a problem. The amount of effort spent on csv must be close to a million man years and all because we want to edit the files with a text editor without a special mode. | ||||||||
|