While working on Gigasecond exercise, as part of #473, I noticed two things:
- The exercise is not documented in the exercises page;
- The function name
fromDay may be confusing for beginners since it doesn't take a day, but rather a UTCTime. What about simply from or fromUtcTime ?
Perhaps this repository is not responsible for 1 and it should be raised in exercism.io instead?
While working on Gigasecond exercise, as part of #473, I noticed two things:
fromDaymay be confusing for beginners since it doesn't take a day, but rather aUTCTime. What about simplyfromorfromUtcTime?Perhaps this repository is not responsible for 1 and it should be raised in exercism.io instead?