Tag Archives: Design patterns

Design Pattern : Mediator

by Paul Lorena The communication between objects can lead us to a typically wrong design. The developer is tempted to write a “dirty” code, for example: 1: class Program 2: { 3: static void Main(string[] args) 4: { 5: Credito … Continue reading

Posted in Architecture, Development | Tagged , | Leave a comment

DSL + Configuration Section Designer

By Paul Lorena Introduction I was a brief but a quite interesting introduction to DSL (Domain Specific Language) in the TechDays y Gent Belgium 2008. I’m not an expert but basically is use same customer’s language in our software design. … Continue reading

Posted in Architecture, Development | Tagged , , , | 1 Comment