-
Notifications
You must be signed in to change notification settings - Fork 20
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
Review with "Beginner's Mind" #22 #23
Comments
@EdwardCodes this is very helpful feedback! (thanks) Did you personally understand where the test was meant to go? |
@nelsonic Thank you! Yes i was able to complete the exercise by adding those 3 lines of code in the gif.image (var Res = 'reset';_ case Res: return 0; _button('Reset', signal, Res)) although i understood where the tests should be (update function) i still have doubts as to "where the test and corresponding code should go?" as to where to place them.. |
@EdwardCodes after completing the |
@nelsonic i´m still doing the learn-tdd but yes ! |
@EdwardCodes were you able to finish |
@nelsonic I wasn't but I'm going to open an issue with the questions i have!! |
"@EdwardCodes please can you read through the instructions in this tutorial, try the examples and open any issues when anything is unclear? (thanks!)"
@nelsonic i´ve read through the instructions in this (awesome) tutorial (_the reasons to learn elm are very clear and very captivating) and tried the examples (explaining why the code is there and the meaning with the step-by-step comments is MEGA useful 🥇) but there´s a few things i didn't understand:
"9.1 Tests for Resetting the Counter (Update)"
"9.4 Write View (UI) Tests"
I didn't´t understand were do i put/write the tests in the script.. besides that everything is clear, each function (mount, signal, update, empty, button and view) has their own purpose in the app, we should use "pure" functions so we can have more control of the outputs (the "impure" js can be tricky).
The text was updated successfully, but these errors were encountered: