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

rewrite feedback code #42

Open
sevenlayercookie opened this issue Jun 6, 2024 · 0 comments
Open

rewrite feedback code #42

sevenlayercookie opened this issue Jun 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sevenlayercookie
Copy link
Owner

I should restructure the feedback code. Write now it's messy, duplicates work, and is difficult to debug.

Currently, it is written where there is completely separate logic for low feedback, medium, and high feedback, where the finding of "optimal" or "suboptimal" settings is repeated (poorly) within each of these feedback code blocks.

A better structure would be to have a single code block that finds every "optimal", "suboptimal", or "incorrect" to the finest degree, and stores these in a single "optimizations" array. Then, each of the low, medium, and high feedback blocks should pull from this as it wants.

@sevenlayercookie sevenlayercookie added the enhancement New feature or request label Jun 6, 2024
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