-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Initial implementation of the clock exercise #19
Conversation
@BethanyG, would you mind doing a quick gut check on if I over-complicated this exercise? Using a data declaration for Clock seems a good fit here, especially once we have a syllabus to properly introduce it At the moment, it feels a big step up from previous exercises I drafted. |
Will add it to my list! IIRC, we had a similar issue in Python, where We could do that here, referencing docs or going into the related concepts -- but let me get a quiet moment to really look at it. 😄 |
Ooh, that's a great idea. An instruction append would go a long way with the D&D Character exercise I was asking about in Discord earlier. |
Since we're at 20+ exercises for launch, this review can be low priority, @BethanyG. Thanks for your help so far with the track. |
0a0a897
to
bbdd935
Compare
It seems I can define an _equals method (https://pyret.org/docs/latest/equality.html#%28part._equality__equals%29) that Pyret will use to check equality. That might be a better approach than then manual |
No description provided.