StackOverflow as Indicator of Professional Growth
My thoughts about StackOverflow and other StackExchange sites, and many links to interesting content from a variety of fields
My thoughts about StackOverflow and other StackExchange sites, and many links to interesting content from a variety of fields
Good naming is very important in software engineering. This article discusses the issues associated with two common generic names – “component” and “module”
Thorough discussion of Liskov Substitution Principle and review of Context hierarchy from Android Open Source Project through its prism.
Thorough discussion of Open Closed Principle and review of Context hierarchy in Android Open Source Project through its prism.
Thorough discussion of Single Responsibility Principle and review of Context hierarchy from Android Open Source Project through its prism.
The first post in a series that will explain SOLID principles of Object Oriented Design in context of real production code from Android Open Source Project