Geal / Unpapered

An unhosted Instapaper clone
10 stars 2 forks source link

Isolate the data handling in a separate library #14

Open Geal opened 12 years ago

Geal commented 12 years ago

The data handling (format, indexing, etc) is tightly coupled with the code. It is fine for a one shot application, but in an unhosted context, where multiple applications could read and write data in a common format, it would be a good idea to have a canonic way of accessing data for one type of application, and let developers contribute to its evolution, instead of waiting for everyone to do its own data format.