Skip to content

Instantly share code, notes, and snippets.

@carlisia
Last active January 8, 2019 10:23
Show Gist options
  • Save carlisia/1269fa6680487b658c9f to your computer and use it in GitHub Desktop.
Save carlisia/1269fa6680487b658c9f to your computer and use it in GitHub Desktop.
ROM - References for creating a custom adapter
@carlisia
Copy link
Author

Q: "What's a repository?"

A: ""Repository" is poorly named, as it doesn't actually reflect a repository pattern
the Adapter's repository is the class it uses to interact with whatever it's backend is
more of a gateway
thus, each adapter has 1 repository
but, what you register is an instance of an adapter
which in turn ends up with an instance of it's internal repository class"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment