Why so many Helpers and Utilities?
crearo opened this issue · 0 comments
crearo commented
The fact that a major part of your database
package is full of Helper
s and Util
s 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?