排序
SOLID Principles in a Nutshell
SOLID Principles in a Nutshell,I think one of the most important sets of principles that should be understood by all software engineers is SOLID principles (not the only one, but t...
Revisiting the D in SOLID
Revisiting the D in SOLID,Photo by Pavel Nekoranec on Unsplash This is a continuation of the SOLID. In the last post, I covered the I and now we will be continuing with the last D....
Revisiting the I in SOLID
Revisiting the I in SOLID, Photo by Pavel Nekoranec on Unsplash This is a continuation of the SOLID. In the last post, I covered the L and now we will be continuing with the L. So ...
Revisiting the L in SOLID
Revisiting the L in SOLID,Photo by Pavel Nekoranec on Unsplash This is a continuation of the SOLID. In the last post, I covered the O and now we will be continuing with the L. So i...
Revisiting the O in SOLID
Revisiting the O in SOLID, This is a continuation of the SOLID. In the last post, I covered the S and now we will be continuing with the O. So if you didn't check the last post, fe...
Clean Architecture : um compilado dos Princípios de Design
Clean Architecture : um compilado dos Princípios de Design,Confesso que demorei um pouco para entender o conteúdo que o Livro queria me trazer sobre SOLID, talvez seja o tempo qu...
S.O.L.I.D: Open/Closed Principle
S.O.L.I.D: Open/Closed Principle, S.O.L.I.D Principle (2 Part Series) 1 S.O.L.I.D: Single Responsibility Principle 2 S.O.L.I.D: Open/Closed Principle What is S.O.L.I.D by the way? ...
S.O.L.I.D: Single Responsibility Principle
S.O.L.I.D: Single Responsibility Principle, S.O.L.I.D Principle (2 Part Series) 1 S.O.L.I.D: Single Responsibility Principle 2 S.O.L.I.D: Open/Closed Principle What is S.O.L.I.D by...
A Light Introduction Liskov Substitution Principle
A Light Introduction Liskov Substitution Principle,The Liskov substitution principle, is the L in SOLID principles. It was created by Barbara Liskov and states: Subtypes must be ab...
Open / Closed Principle
Open / Closed Principle,The open closed principle is the O in the SOLID principles. It was created by Bertrand Meyer and states: Software entities should be open for extension, but...
Single Responsibility Principle
Single Responsibility Principle,The first concept in SOLID principles is the single responsibility principle. According to Robert Martin's Agile Software Development: Principles, P...
Dependency Inversion Principle
Dependency Inversion Principle,The last SOLID rule is the dependency inversion principle. According to Robert Martin's Agile Software Development: Principles, Patterns and Practice...