janishar / android-mvp-architecture

This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView
https://janisharali.com
Apache License 2.0
4.43k stars 1.24k forks source link

Why so many Helpers and Utilities? #76

Open crearo opened 6 years ago

crearo commented 6 years ago

The fact that a major part of your database package is full of Helpers and Utils feels wrong to me. I get that this works for a small scale project as here, but as and when this grows the helper nomenclature kills all OO patterns. I do not, however, have a better solution as yet. Thoughts?