Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 4
    This is clearly not a duplicate question IMHO. Writing readable and maintainable code isn't just an OO concern... Commented Jun 20, 2013 at 12:24
  • 1
    Cohesion is something you want to look at for 'large' classes. It looks at 'relatedness' of the elements by usage. Midway through CouplingAndCohesion there is a good summary of the qualities that encompass cohesion and coupling that you might find useful in exploring the topic. Commented Jun 20, 2013 at 19:54