timche / gmail-desktop

:postbox: Nifty Gmail desktop app for macOS, Linux & Windows
MIT License
846 stars 90 forks source link

Use electron-store instead of electron-settings #80

Closed timche closed 5 years ago

timche commented 5 years ago

Differences:

mskelton commented 5 years ago

This would probably be good to put in a file that we then export some helper functions from. This would make it easier in the future to swap out storage libraries if necessary.

timche commented 5 years ago

This would make it easier in the future to swap out storage libraries if necessary.

From my experience, it's way easier to refactor and safer with TS in case we are swapping libraries. Anyway, most storage libraries have similar APIs.