command
Version:
v0.0.0-...-310902d
Opens a new window with list of versions in this module.
Published: May 4, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
SUMMARY OF SOLID PRINCIPLES
Single Responsibility
- A type should only have 1 reason to change
- Separation of concerns - Different packages should handle different issues
Open Closed Principle
- Types should be open for extension but closed for modification
Liskov Substitution
- Functions that use pointers or references to base classes must be able to use objects of derived classes without knowing it.
Interface segregation principle
- Don't put too much into a single interface. Split it into smaller components
- You might not need some combined functionality
Dependency Inversion
- High level modules should not depend upon low level ones. Use abstractions.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.