Open claremacrae opened 2 years ago
This was a suggestion from @sytone:
how about making a TaskDate class and have that deal with all the date management across the plugin.
_Originally posted by @sytone in https://github.com/obsidian-tasks-group/obsidian-tasks/pull/696#discussion_r884173142_
There is so much repetition in the code and tests around parsing and formatting of dates: it would be really, really good to hide all that away in a class and simplify the code.
I'm leaving this open until Task uses TasksDate for all date and time operations...
TasksDate
This is needed to:
This was a suggestion from @sytone:
_Originally posted by @sytone in https://github.com/obsidian-tasks-group/obsidian-tasks/pull/696#discussion_r884173142_
There is so much repetition in the code and tests around parsing and formatting of dates: it would be really, really good to hide all that away in a class and simplify the code.