CorvetteCole / PixelWatchFace

A minimalistic and open-source watchface for WearOS
GNU General Public License v3.0
73 stars 15 forks source link

Get rid of singleton pattern used with Settings.class #43

Open CorvetteCole opened 4 years ago

CorvetteCole commented 4 years ago

Singletons break unit testing and are generally considered poor design