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

Improve safety of the DataStorage API. #131

Open
Dandielo opened this issue Jun 28, 2022 · 0 comments
Open

Improve safety of the DataStorage API. #131

Dandielo opened this issue Jun 28, 2022 · 0 comments
Labels
bug Something isn't working enhancement Improvements or additions to code tech-debt Technical debt that needs to be addressed, but can be tolerated for some time

Comments

@Dandielo
Copy link
Member

Currently mixing up calls on a data storage but using the same name, will result in undefined behavior, most of the time a crash.
We would like to at least assert ahead of time.

@Dandielo Dandielo added bug Something isn't working tech-debt Technical debt that needs to be addressed, but can be tolerated for some time enhancement Improvements or additions to code labels Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement Improvements or additions to code tech-debt Technical debt that needs to be addressed, but can be tolerated for some time
Projects
Status: Backlog
Development

No branches or pull requests

1 participant