Pretty much every item besides the Open Closed Principle which deals with deals with future changes touch on being able to snap pieces that know as little as possible about each other together to create the final product while being robust to change in the underlying pieces.
This comes out in the practical world in being able to make Java libraries that don't need to be recompiled or redistributed because of changes to other parts.
Pretty much every item besides the Open Closed Principle which deals with deals with future changes touch on being able to snap pieces that know as little as possible about each other together to create the final product while being robust to change in the underlying pieces.
This comes out in the practical world in being able to make Java libraries that don't need to be recompiled or redistributed because of changes to other parts.