Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Enabling app developers to extend the Properties class #78

Open
kirillt opened this issue Jul 21, 2023 · 0 comments
Open

Enabling app developers to extend the Properties class #78

kirillt opened this issue Jul 21, 2023 · 0 comments
Labels

Comments

@kirillt
Copy link
Member

kirillt commented Jul 21, 2023

Currently, an app developer can extend the Properties class, however, they need to create their own version of PropertiesStorage to handle the customized structure. We should consider enhancing PropertiesStorage to support third-party extensions without the need to duplicate the entire code within the app.

A potential solution could be to make PropertiesStorage more flexible and adaptable by generalizing it to operate over a generic P type, rather than having it tightly coupled with the Properties type. This would facilitate easier adaptability and integration with various data structures.

Once we've generalized the PropertiesStorage, we can proceed to shift the existing Properties structure into the ARK Shelf repository.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant