You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
crearo
changed the title
Why so many Helpers and Utilitys?
Why so many Helpers and Utilities?
Aug 13, 2018
The fact that a major part of your
database
package is full ofHelper
s andUtil
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?The text was updated successfully, but these errors were encountered: