tasktimer
tasktimer copied to clipboard
Typing of Task id
You should warn about task id being string in Task constructor itself instead of silently converting, because in TaskTimer.remove() method of it would throw an error in case when user would provide any other type than string.
Either you could edit .remove() method for it to convert id argument to string.