Skip to content
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

Add clock exercise #300

Merged
merged 2 commits into from
Oct 26, 2023
Merged

Add clock exercise #300

merged 2 commits into from
Oct 26, 2023

Conversation

BNAndras
Copy link
Member

Related to #297.

I struggled with clock.rkt. A struct is pretty satisfying, but a student could write clock to be a function returning the total number of minutes represented by the clock.add, subtract, and clock->string can be tweaked to work with that number, which suggests a lower difficulty than what a struct approach might entail.

@BNAndras BNAndras added x:module/practice-exercise Work on Practice Exercises x:rep/medium Medium amount of reputation labels Oct 26, 2023
@BNAndras BNAndras merged commit c9c7296 into exercism:main Oct 26, 2023
5 checks passed
@BNAndras BNAndras deleted the add-clock-exercise branch October 26, 2023 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:module/practice-exercise Work on Practice Exercises x:rep/medium Medium amount of reputation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants