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

Debugging challenge suggested solution #7

Closed
Pimorez opened this issue Mar 2, 2016 · 1 comment
Closed

Debugging challenge suggested solution #7

Pimorez opened this issue Mar 2, 2016 · 1 comment
Labels

Comments

@Pimorez
Copy link

Pimorez commented Mar 2, 2016

The suggested solution for the debugging challenge is weird (or the challenge itself should be better phrased).

The challenge says: "You will receive positional parameters. These positional parameters are filenames."

&

"Create all these files"

The suggested solution contains the mv file* command. While this is indeed a good solution, there was no way of knowing that the files would be named in the file* format, thus using mv file* is a big assumption.

@denysdovhan
Copy link
Owner

Thank you for feedback!

I know about it and I'm gonna fix this. I've made this mistake in the problem. As you may notice here, this exercise passes to problem filenames in format file[random]. That why the solution contains mv file* statement.

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

No branches or pull requests

2 participants