4 ms·
JsonReader. CsvReader. JSON and CSV data fixtures. "Write tests," I said. "Use JSON fixtures, like the other tests," I directed. So it did: { "docume
by thangalin 1mo ago
JsonReader. CsvReader. JSON and CSV data fixtures. "Write tests," I said. "Use JSON fixtures, like the other tests," I directed. So it did:
{
"document": {
"ElementA": "/home/username/project/valid-01.csv",
"ElementB": "/home/username/project/valid-02.csv"
}
}
Then Opus had the audacity to couple the JsonReader to the CsvReader so that it could parse the CSV file contents during JSON parsing ... introducing at least five long-term maintenance issues along the way.
- a2ff6eeb0 1mo agoYeah, that's what I mean by "they're much better at reviewing and debugging than writing code". When you ask opus to review for clarity, cleanliness, and minimalism using a clean context, what does it say about that? does it fix its own idiocy?