-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Input and Output Exercises #7
Comments
@KevinMulhern Could we consider here writing tests that expect puts to have been called or print etc. I'm wondering if seeing how that is done might help when they have to test some of the games later. That's where some questions in the chat have been. If not then again we recommend to follow along in a repl as they go and I haven't seen anyone struggle with using print or puts in their code so I wouldn't bother with a problem description |
@KevinMulhern @CouchofTomato In reading your comments here & thinking about this lesson, I wonder if a lesson on how to test with puts/print is needed in the testing lessons (as it is only briefly mentioned in ruby_testing) not really here as a test-driven exercise. |
Lesson: https://www.theodinproject.com/courses/ruby-programming/lessons/input-and-output
This is similar to variables, it will be difficult to make test driven exercises so either a repl.it or a small problem description on the lesson itself might be better.
Thoughts?
The text was updated successfully, but these errors were encountered: