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

Simplify the core API #8

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Simplify the core API #8

merged 1 commit into from
Jul 21, 2024

Conversation

matt-ramotar
Copy link
Owner

Closes #5

Changes:
Folding Dispatcher, OperationPipeline, and UpdatingItem into Pager and removing the PagingScope interface.

Rationale for keeping UpdatingItem in the core module:
The UpdatingItem functionality really seems like a core part of the library to me. Without the UpdatingItem construct, we lose the performance gains. Without the performance gains, the justification over AndroidX becomes less clear. I’m not sure if the other features (all Kotlin targets, UDF, operations) add enough value to justify migration.

Significance:
This should be a simpler API for consumers. No longer leaking implementation details of how these components work together.

Signed-off-by: matt-ramotar <[email protected]>
@matt-ramotar matt-ramotar merged commit a89c21f into main Jul 21, 2024
2 checks passed
@matt-ramotar matt-ramotar deleted the core branch July 21, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simplify core API
1 participant