en.proft.me - Blog about iOS, Swift, Android, Kotlin and Python · Feb 26, 2022
Usage of SOLID principles in iOS development
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
You can read about SOLID principles with examples in Java . In software engineering, SOLID is a mnemonic acronym for five design principles intended to make software designs more understandable, flexible, and maintainable. In short, you should keep in your mind Each class should have only one responsibility. Class should be opened for extension but closed for modification. Child class should not…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.