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

[nwcache] needs attention #712

Open
5 tasks
dskvr opened this issue Dec 16, 2024 · 0 comments
Open
5 tasks

[nwcache] needs attention #712

dskvr opened this issue Dec 16, 2024 · 0 comments
Labels
ci enhancement New feature or request

Comments

@dskvr
Copy link
Collaborator

dskvr commented Dec 16, 2024

generally works well, no issues in a year, benchmarks are insanely good. However, is unmanageble and has mystery bugs that require more explicit usage and warrant full coverage tests. Changes are necessary before developing/publishing uptime and deltas for historical data.

  • address technical debt from original patterns (for exmaple, factories are still called mixins even though they haven't been mix-ins in almost a year)
  • the factories are well suited for the case, and they will be extremely easy to write tests for, keep them, but remove from object literals.
  • move all validation to the schema classes.
  • any queries that are unreliable in lmdb-oql, just move to memory instead.
  • 100%, full coverage testing is required.
@dskvr dskvr added enhancement New feature or request ci labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant