You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two comments on recurring points of feedback for most of the exercises.
We wrote the required time for each exercise in the individual files, since it took us all a different amount of time to do each exercise. We didn’t know only the group files were relevant. Starting with lab 3, we’ll make sure that this data can also be found in the group files.
We designed the test functions so that they can all be tested with ‘quickCheck functionName’, instead of using quickCheck in our functions. Nowhere in the assignment is specified that a “quickCheck test” is a test using quickCheck, instead of a test designed for quickCheck. We choose the latter approach, because there are a lot arguments for quickCheck that you might want change/play around with while testing.
The text was updated successfully, but these errors were encountered: