jfroelich / rss-reader

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

[dom-utils] Finish shifting dom utils to libs #745

Closed jfroelich closed 5 years ago

jfroelich commented 5 years ago

Already in progress across multiple prior commits, so this is a reminder to continue this step.

The idea is to have multiple independent libs upon which the core relies, so that the core has access to nice concise concepts to use, in order to reduce its size.

However, in the transition, keep in mind that some core concepts should not be placed into independent libs. For example, on the fence about dom-utils.remove-image, because it is a feature highly specific to the app, and is uncommon behavior.