|
|
|
|
|
by Rendello
275 days 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. |
|