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

Abstraction for Memory access #4

Open
cookiesjuice opened this issue Oct 27, 2020 · 0 comments · May be fixed by #7
Open

Abstraction for Memory access #4

cookiesjuice opened this issue Oct 27, 2020 · 0 comments · May be fixed by #7
Assignees
Labels
check later Not important enough at the moment, but worth doing later. feature New feature or request

Comments

@cookiesjuice
Copy link
Contributor

cookiesjuice commented Oct 27, 2020

Abstraction for Memory access.

Goal:

  • As a user I want easy access of typed data so that I can develop my code easily.
  • As a user I want fast write and read of data so that I can save CPU time.
  • As a user I want to change my objects and collections easily so I can refactor my code and push change without losing previous data.

TODO:

  • Refine DataService interface.
  • Implement the DataService class.
@cookiesjuice cookiesjuice added the feature New feature or request label Oct 27, 2020
@cookiesjuice cookiesjuice linked a pull request Oct 28, 2020 that will close this issue
@cookiesjuice cookiesjuice added the check later Not important enough at the moment, but worth doing later. label Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
check later Not important enough at the moment, but worth doing later. feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants