![use_encapsulation](http://www.sigtrapgames.com/wp-content/uploads/2016/03/use_encapsulation-300x108.jpg)
The previous post was about a fairly specific “pattern” (Singletons). The topic this time is more of a general concept. Encapsulation, also known as Information Hiding, refers to designing code modularly, such that each part is as isolated from the others as possible. This doesn’t mean any one technique – it’s a broad engineering principle…
Read More