Don’t Repeat Yourself ( DRY ) is a principle of software development and its main goal is to avoid code duplication. “Every piece of knowledge must have a single, unambiguous, authoritative representation within a system” Andrew Hunt and David Thomas: … Read More
Refactoring

Keep calm & hide your code: code encapsulation.
In this article I’d like to open your eyes on code encapsulation and hopefully you will enjoy the 5 tricks I will give you when it comes to hiding your code. A few years ago, when I was still a college student … Read More
Tags: Coding, encapsulation, Refactoring