-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
rna-transcription: Is the new version with Maybe too hard to be at the start of the track? #191
Comments
Is What do you think about it, @samjonester ? I already asked 6 users what they think about the new version but I still don't have the answers. Edit:
|
That sounds like a good idea. It's not as difficult as phone number or nucleotide count, so I think it should come before them. Alternatively, it could be moved to be by hamming / space age. |
Also, learning about mapM, foldlM, bind, ... we're big lightbulb moments for me while learning Haskell. |
Ok. I'll move it between |
As a final note:
What if we used |
Perfect, @petertseng. I'll add it to the list in #194 so we don't forget about it. |
After #168 (#166), I think that
rna-transcription
may be out of place.To solve it, the user needs to work with a list of Maybes, but beginners don't seem to understand
sequence
andtraverse
easily.A good starter exercise with
Maybe
would be great, but I think thatrna-transcription
demands more advanced knowledge.I propose to move it further in the track as soon as possible, to avoid loosing new users stuck at the third exercise.
The text was updated successfully, but these errors were encountered: