Loose Coupling and the Big Picture - 0 views
Validate User Input, Not Developer Input - 0 views
Types of Duplication in Code - 0 views
Keep Public Interfaces away from Children | Passion for Coding - 0 views
-
It is natural to think of the public methods and properties of a class as the public interface of the class. When implementing a class that is meant to be derived there is also another interface - the one meant for child classes. A clear separation of the two interfaces makes the code cleaner. The one construct to avoid is public virtual methods.
Favor Composition Over Inheritance - 0 views
20 Subjects Every Software Engineer Should Know - 1 views
Thinking Differently About the Single Responsibility Principle - 0 views
SOLID principles with real world examples - 0 views
‹ Previous
21 - 30 of 30
Showing 20▼ items per page