Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IR for parsing operation #143

Open
NattyNarwhal opened this issue Jul 3, 2023 · 0 comments
Open

IR for parsing operation #143

NattyNarwhal opened this issue Jul 3, 2023 · 0 comments
Labels
refactor Code cleanup

Comments

@NattyNarwhal
Copy link
Member

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

  • Parsing operation generates some kind of transformation as an output
  • Another operation is added which applies it

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

@NattyNarwhal NattyNarwhal added the refactor Code cleanup label Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Code cleanup
Projects
None yet
Development

No branches or pull requests

1 participant