Author name: Radoslaw Gucwa

TDD

Basic knowledge about code testing.

Strategy

“Strategy is figuring out what not to do.”

Factory

Creational Pattern, providing an interface for objects in base class, although allowing subclasses to modify types of objects that are gonna be created  Problems to solve by Factory Pattern. Let’s assume, that we want to create an application which role is to design UML diagrams or flowcharts. In this application on every one of these …

Factory Read More »

Open/Close Principle

Second principle, stating that code should be open to rebuild and closed to modifications

Liskov Substitution Principle

„If it looks like a duck, quacks like a duck, but needs batteries – you probably have the wrong abstraction”