Facade Pattern

Façade pattern is a simple design pattern which is used to hide unwanted details for a module. Chances are that you have followed this pattern without even knowing that you are using it. The literal meaning of Façade is front; that explains a lot about pattern. I have a habit of over simplifying things, so … Continue reading Facade Pattern