Solid Architecture
This is an acronym for file object-oriented design principles.
S - Single Responsibility Principle means a file or function should do one job to make them smaller and cleaner which makes it easier to maintain.
O - Open-Close Principle simply means cl...
lizzy.hashnode.dev1 min read