nareddyt / discover-rewards-notifier

A Chrome Extension that shows a notification when visiting sites that qualify for Discover® Deals or Cashback Rewards.
https://www.tejunareddy.com/discover-rewards-notifier/
GNU General Public License v3.0
6 stars 14 forks source link

Refactoring and modularity of core extension code #48

Open nareddyt opened 6 years ago

nareddyt commented 6 years ago

The background.js code in /src should be split up into separate scripts. This will help increase modularity and readability.

Furthermore, we should fix all the use-before-define errors in the codebase. These just serve as warnings for us, but it doesn't hurt to fix them.