IT professionals,
specially developers how are we supposed to deal with this huge amount of
changes, new concepts, APIs, technologies… ???
1-Open mind:
The IT world is moving fast we should be open
minded to accept changes. For example the old debate around ASP webforms...
Friday, June 29, 2012
Wednesday, June 27, 2012
Applying design patterns to SOLID design. Keep an eye on KISS and YAGNI !!! Part 1
I will start writing a series of articles about S.O.L.I.D design
and how to achieve it by using design patterns, I will not only focus on theory
but I will give some examples and code to try to explain the problem that each
principle of SOLID design is trying to solve and how to implement...