mentoring continued I hope
Aug. 31, 2020
5:03 a.m.
Hello, I have this challenge from exercism : https://github.com/exercism/pharo-smalltalk/tree/master/exercises/clock and this function is given : hour: anInteger minute: anInteger2 Â Â Â self shouldBeImplemented Schould I make it on this class method work that the minutes will not exceed the 59 minutes So when for example when 70 min are given so hour:0Â minute:70 it will be converted to hour: 1 minutes: 10 or can I better do this on the instance side. Regards, Roelof
2160
Age (days ago)
2160
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roelof Wobben