-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Transition from tests3.rs
to test3.rs
is confusing
#244
Comments
I too have thought about this. Maybe |
Maybe something like |
Oh, I am confused too.I think it's necessary to rename it. |
Yeah I think this is a better name |
My $0.02: renaming to "quiz" is the best suggestion I read in this thread so far. If the idea is to avoid confusion with the previous "test" file, it makes little sense to keep "test" in the name. |
Does anyone know of the status of this issue? Still says test 1-4, when 'quiz' would be the perfect alternative as @jrial said. |
I think it's a good idea, and if someone doesn't snipe it from me, I'll do it as soon as I can. |
sniped @fmoko |
BREAKING CHANGE * changed test to quiz: fixes issues in rust-lang#244 * fixed info.toml: rust-lang#244 * fixed naming related issues
BREAKING CHANGE * changed test to quiz: fixes issues in rust-lang#244 * fixed info.toml: rust-lang#244 * fixed naming related issues
BREAKING CHANGE * changed test to quiz: fixes issues in rust-lang#244 * fixed info.toml: rust-lang#244 * fixed naming related issues
BREAKING CHANGE * changed test to quiz: fixes issues in rust-lang#244 * fixed info.toml: rust-lang#244 * fixed naming related issues
BREAKING CHANGE * changed test to quiz: fixes issues in rust-lang#244 * fixed info.toml: rust-lang#244 * fixed naming related issues
BREAKING CHANGE * changed test to quiz: fixes issues in rust-lang#244 * fixed info.toml: rust-lang#244 * fixed naming related issues
So I was going through rustlings (which has been great, thanks!) and as it happens, the next unit after
tests3.rs
istest3.rs
in the root. It took me some hard staring to figure out why the code didn't look like I expected it to before I noticed the one-character difference in the filenames.I'm not sure what the best solution here is - perhaps
test*.rs
in the root directory could be renamed toquiz*.rs
, since that also describes what they are, and that doesn't collide with a concept being taught?The text was updated successfully, but these errors were encountered: