Relative Content

Tag Archive for design

Is it bad to have classes as properties of all other classes?

I’ve been making MVC programs for work (I’m an intern) and I feel like I’m doing a pretty good job at abstraction, single responsibility, etc. But I have this feeling about how I keep making objects properties of other objects and I’m not sure if it’s a bad thing.