DEV Community

Discussion on: How many Models == too many Models?

Collapse
 
dfockler profile image
Dan Fockler

It really depends on your data. If you have too few models you probably have a bunch of weird database columns that are used to check what type of model you have. If you have too many models you probably are abstracting too soon. Like others mentioned it's really what suits your specific project and code architecture.