SubmarinerApp / Submariner

A Subsonic client for macOS
https://submarinerapp.com
BSD 3-Clause "New" or "Revised" License
133 stars 4 forks source link

IR for parsing operation #143

Open NattyNarwhal opened 1 year ago

NattyNarwhal commented 1 year ago

Instead of combining parsing and applying changes to Core Data, it should be split into:

This would make the parsing operation actually testable, and make a JSON parsing operation have less duplicated code.