ChristopherPHolder / app-speed

🌟 Beyond First Impressions: Measure your apps performance on user interactions
2 stars 0 forks source link

Document patterns used to create cli application #65

Open ChristopherPHolder opened 7 months ago

ChristopherPHolder commented 7 months ago

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.

image