-
Notifications
You must be signed in to change notification settings - Fork 313
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
Read_IT instructions need reviewed #250
Comments
Hi @BenjDG Thanks for the feedback. The I'll try to take a look into how to improve explanation in the sections that you mention, but PR are always welcome :) . You can found solutions for this exercise in the repository, in the |
This exercise has some issues: The last sentence seems auto-translated. Should be : "the input for your stream is given from the 2nd process argument, process.argv[2]." To be honest I would remove this exercise for now until its a bit more stable. |
Hey @ccarruitero |
Hi @gkatsanos The first argument that you pass throw command line arguments is parsed as I'm open to reword the argument sentence, or any other, you are free to open a PR :). I think the solution was left from an initial implementation that was a bit more complex that how ended up the exercise. To solve the exercise you don't really need to implement the The solution in tests is enough to solve the exercise I'll cleanup the reference solution to avoid confusion. |
Added spaces to prevent word agglutination on terminal. Changed the argument wording on the challenge to use the same pattern as in the `meet pipe` problem (workshopper#250).
The instructions for the "READ IT" exercise break down about halfway through.
Explaining the "Consuming a Readable Stream" and "Adding data to stream" a bit more might help.
Also, using some examples might help. Also, I don't seem to be able to find an solutions to this challenge online yet.
The text was updated successfully, but these errors were encountered: