rtens / xkdl

Task manager, scheduler and time tracker
1 stars 2 forks source link

refactor storage lib #10

Open rtens opened 9 years ago

rtens commented 9 years ago

Reading and writing of tasks needs to be refactored. The current solution is a crutch.

Either use something Repository-like or even pomf-ish

cebe commented 9 years ago

would be good to have a kind of abstraction layer over storage so we can implement different storage solutions.

rtens commented 9 years ago

Yeah that's the idea behind it. The current abstraction is pretty flaky.