mcbosch

Software Design Patterns

If we are working in a big project, for example for production, we need to have a readable, scalable and easy to mantain code. When we are working with repetative behaviours a good way to achive that is using Software Design Patterns. I noted some ideas of this concept here and an example of a Factory