issues
search
CharlieKarafotias
/
tmgr
A task manager CLI
1
stars
0
forks
source link
Update Task struct to implement `new` associated function & update test files to use this instead
#101
Closed
CharlieKarafotias
closed
1 week ago
CharlieKarafotias
commented
1 week ago
Goal:
In test files,
default
method is called an then task properties are set.
Instead, use
new
method to set properties on creation
Goal:
default
method is called an then task properties are set.new
method to set properties on creation