[aerogear-dev] [Android] public Store add() cross library critique

Summers Pittman supittma at redhat.com
Thu Nov 8 22:49:58 EST 2012


(See https://github.com/aerogear/aerogear-android/pull/33)[Yes it isn't coarsely separated, it is just a bunch of proof of concept stuff]

Right now DataManager has a method: public Store add(params) which adds a store.  This mirrors the ios and js libraries.  However, the similar method on Pipeline and Authenticator is pipe(params) and auth(params) respectively.  I propose we change the method in DataManager across the board to store(params).  


Thoughts from the list?


More information about the aerogear-dev mailing list