smali

пятница, 26 декабря 2014 г.

SOLID principles with real world examples

http://blog.gauffin.org/2012/05/solid-principles-with-real-world-examples/

The following article aims to explain the five SOLID principles with real world examples. The SOLID principles are five programming principles which is considered to be the foundation of every well designed application. Following the principles will most likely lead to applications which are is easy to extend and maintain. That’s possible since you got small well defined classes with clear contracts.
All motivator images are created by Derick Baley.
Let’s get started with the principles.