Be SOLID
jakubzalas
SOLID is an acronym for the five most basic object-oriented programming principles. These principles are guildelines, which improve the design of software when applied. As a result the code can be maintained and extended for longer, without developers loosing their minds.
This talk presents examples of problems that often appear in code, and how they could be solved by applying SOLID principles.