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
Just started using this package recently. I'm finding it especially useful in preventing my tables from growing horizontally.
One thing that occurs though, is that I could see the existing/available settings being very opaque. You wouldn't know what was being stored as you're reading over the model class.
I could create getters/setters for every setting I create, but that seems like a lot of overhead to wrap up what is a already a nice api to access the data.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Just started using this package recently. I'm finding it especially useful in preventing my tables from growing horizontally.
One thing that occurs though, is that I could see the existing/available settings being very opaque. You wouldn't know what was being stored as you're reading over the model class.
I could create getters/setters for every setting I create, but that seems like a lot of overhead to wrap up what is a already a nice api to access the data.
Anyone have any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions