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

smart_pointers and conversions exercises not in alphabetical order. #2023

Open
Nahor opened this issue Jul 5, 2024 · 0 comments
Open

smart_pointers and conversions exercises not in alphabetical order. #2023

Nahor opened this issue Jul 5, 2024 · 0 comments
Milestone

Comments

@Nahor
Copy link
Contributor

Nahor commented Jul 5, 2024

Except for smart_pointers and conversions, all the exercises are in alphabetical order, which is convenient since one can then just open them one after the other. With those two though, one has to look at rustlings' output to see which exercise is next. Worse, since one gets used to the order from previous exercises, one may not notice immediately and get confused when the compilation errors within rustlings don't match with the code (e.g. fixing arc1.rs while rustlings compiles box1.rs)

I suggest to rename the exercises like the sections _. This would allow to keep meaningful name for each exercises if desired (arc, try_from_into) while still having an intuitive and explicit order.

@mo8it mo8it added this to the v7 milestone Jul 6, 2024
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