SOLID software principles; It is a set of principles that ensure that the developed software is flexible, reusable, maintainable and understandable, and prevents code duplication. SOLID consists of 5 ...
This book is a set of tutorials for building apps on the Solid platform. This book is not an introductory guide to the Solid core platform, more designed as exercises to demonstrate what is possible.
What is SOLID? SOLID is a set of principles distilled from the writings of Robert C. Martin in the early 2000s. It was proposed as a way to think specifically about the quality of object-oriented (OO) ...