You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI was build with intent and was implements many patterns to reduce the cost of maintaining it and adding features. It is worth taking the time to document the decisions and pattern present in the app.
This is not a one time thing but a habit that should become engrain in this project. This should be documented!
Details
This Repo attempts to Produce Object Oriented Programming.
(DIP) Dependency Inversion Principle
Principle of inversion of controls
Dependency Injection
The text was updated successfully, but these errors were encountered:
TL;DR;
The CLI was build with intent and was implements many patterns to reduce the cost of maintaining it and adding features. It is worth taking the time to document the decisions and pattern present in the app.
This is not a one time thing but a habit that should become engrain in this project. This should be documented!
Details
This Repo attempts to Produce Object Oriented Programming.
The text was updated successfully, but these errors were encountered: