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

Refactor Core methods from Curry Dictionary #116

Open
ColmBhandal opened this issue Jan 20, 2022 · 0 comments
Open

Refactor Core methods from Curry Dictionary #116

ColmBhandal opened this issue Jan 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ColmBhandal
Copy link
Owner

Requirement

Pull out all the core methods from Curry Dictionary and use an "extension" wrapper type to implement the remaining methods. Then refactor the curry dictionary generic wrapper type to only wrap the core, and then extend via the single extension type.

Value Proposition

De-clutters the class and make the core methods of the class clear vs. the "extension" methods, which are build entirely in terms of the core methods. By making the core more concise, it'll be easier to spot bugs. By putting it behind another wrapper type, it'll hopefully decrease the chances that some developer in future will break the core logic.

@ColmBhandal ColmBhandal added the enhancement New feature or request label Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant