Object Oriented Software Engineering View all facts Glossary Help |
subject > criterion > principle > design principle > increasing cohesion |
increasing cohesion | ||||
subject | fact |
increasing cohesion | is a subtopic of 9.2 - Principles Leading to Good Design | |
is an instance of design principle | ||
makes a module easier to understand and change | ||
means ensuring that a package only has related classes | ||
states that you should divide things into smaller chunks intelligently; divide things up, but keep things together that belong together |