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

Prepend moves #6

Open
ashelkovnykov opened this issue Apr 19, 2024 · 0 comments
Open

Prepend moves #6

ashelkovnykov opened this issue Apr 19, 2024 · 0 comments
Labels
efficiency Something is operating correctly but sub-optimally good first issue Good for newcomers

Comments

@ashelkovnykov
Copy link
Collaborator

Moves are currently appended to the tail of the list. This is inefficient: moves should instead by prepended to the head of the list, and then processed in reverse order or flipped into the correct order on the frontend.

@ashelkovnykov ashelkovnykov added good first issue Good for newcomers efficiency Something is operating correctly but sub-optimally labels Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
efficiency Something is operating correctly but sub-optimally good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant