Software Architecture for Busy Developers by Stéphane Eyskens

Software Architecture for Busy Developers by Stéphane Eyskens

Author:Stéphane Eyskens
Language: eng
Format: epub
Publisher: Packt Publishing Pvt. Ltd.
Published: 2021-08-17T00:00:00+00:00


Interface segregation principle (ISP): The purpose of this principle is to control the scope of an interface and make sure interface clients implement only what is necessary for their needs. You should therefore try to maximize the granularity of your interfaces.

Dependency inversion principle (DIP): The purpose of DIP is to make sure classes only depend on abstractions, not concrete classes. We will largely explore this principle later in this chapter.Note

Design patterns already existed long before the creation of SOLID. They were therefore not created to adhere to SOLID, but because best practices are baked into these patterns, using them increases the chances of being SOLID-compliant by design.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.