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
Filing this as a tracking issue and invitation to a discussion on revisions to this exercise.
The intent of Clock was to practice class customization and operator overloading via dunder methods in Python.
We've recently had quite a few changes, adding __repr__ to the mix, as well as additional instructions and tests in support of that change. A few issues have now come up around it:
It feels like this exercise is overloaded. It especially has too many tests, and is perhaps not clear enough in its directions and hints as to what the student does or does not need to think about for their implementations.
Thoughts on rework/adjustment clarification strategies welcome here.
The text was updated successfully, but these errors were encountered:
Filing this as a tracking issue and invitation to a discussion on revisions to this exercise.
The intent of
Clock
was to practice class customization and operator overloading viadunder methods
in Python.We've recently had quite a few changes, adding
__repr__
to the mix, as well as additional instructions and tests in support of that change. A few issues have now come up around it:It feels like this exercise is overloaded. It especially has too many tests, and is perhaps not clear enough in its directions and hints as to what the student does or does not need to think about for their implementations.
Thoughts on rework/adjustment clarification strategies welcome here.
The text was updated successfully, but these errors were encountered: