jfroelich / rss-reader

A simple Chrome extension for viewing RSS feeds
Other
10 stars 0 forks source link

Deprecate feed.js and entry.js #802

Closed jfroelich closed 5 years ago

jfroelich commented 5 years ago

All users of the db module should work with plain generic data objects. Internally we could retain these objects but I do not see much point. About the only value the constructor functions provide is to initialize default values. However, much of the process of supplying defaults can be done through other means.

By removing these types, it will force the db clients (users of the db module) to only work with plain data objects.