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

Variable naming: Stack vs Queue #103

Open
dariogoetz opened this issue Oct 26, 2022 · 3 comments
Open

Variable naming: Stack vs Queue #103

dariogoetz opened this issue Oct 26, 2022 · 3 comments

Comments

@dariogoetz
Copy link
Contributor

While trying to understand be logic in layout.rs, I was a little confused by the naming of the Stack and Stacked objects. Aren't they rather queues than stacks? They are filled from the back and emptied from the front.

What was the reasoning behind that?

@TeXitoi
Copy link
Owner

TeXitoi commented Oct 26, 2022

Yeah, that's a queue, my falt.

@dariogoetz
Copy link
Contributor Author

I could rename the variables in a pull request, if you like.

@TeXitoi
Copy link
Owner

TeXitoi commented Oct 26, 2022

I'll merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants