Creating objects in a fancy way: Builder Pattern
One of the most used Design Patterns is the Builder Pattern. As Joshua Bloch stated in his excellent book Effective Java, the use of that pattern results in a fluent API with the code easy… Read More »Creating objects in a fancy way: Builder Pattern