ntenhue / c3

c3 calendar project
1 stars 2 forks source link

Improve architecture (course reqs inside) #3

Closed angiehjort closed 11 years ago

angiehjort commented 11 years ago

Good architercture implies: views are separated from each other a view that repeats in several graphical scenes (e.g. android Activities) are not repeated (same code in two place) but is coded only once and then reused similarly, it's interaction (controller) is not repeated views are separated from the model and views do not change the model directly model imports no graphics controller separated from view