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 data accessor callables into data specification objects #147

Closed
treubig26 opened this issue Apr 22, 2024 · 0 comments
Closed

Refactor data accessor callables into data specification objects #147

treubig26 opened this issue Apr 22, 2024 · 0 comments
Assignees

Comments

@treubig26
Copy link
Collaborator

The current Accessor mechanism for handling data format conversions is elegant in its implementation, but is a bit of an abstract concept when describing to new users. Additionally, it is not possible to introspect an accessor to see what the result of using it might be. It is more straight-forward to use an object describing the desired format to which to convert the data, and pass that into a self-describing data type's get/convert/to method.

@treubig26 treubig26 self-assigned this Apr 22, 2024
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

No branches or pull requests

1 participant