Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd new function Time.getCurrent : Task x Time, from TaskTutorial. #357
Conversation
rgrempel
closed this
Mar 15, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rgrempel commentedAug 19, 2015
There is a function in Evan's
TaskTutorialmodule calledgetCurrentTimewhich I believe would be generally useful. However, I believe that it would be a more natural fit in theTimemodule.Therefore, this pull request would copy the function to the
Timemodule, and rename itgetCurrent(since, in this new context, 'Time' would be understood).