dmdevgo / RxPM

Reactive implementation of Presentation Model pattern in Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packages refactoring discussion

Jeevuz opened this issue · comments

@dmdevgo let's discuss following changes:

  1. rename package base to view because it contains views as per pattern.
  2. move PmStore out of delegate package because it relates not only to delegates.
  3. rename package widget to control
  4. rename package util to internal because operators is not utils but internal stuff for the library.