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
Convert the existing project to typescript classes to:
Make things easier to maintain
Make things easier to document
Make the project type safe
Scenarios
Scenario: Making API changesGiven I am updating the API surface of the CLI,
When I update the CLI methods,
Then I want type safety to ensure the CLI commands are collecting the correct data for the underlying API.
Notes
The text was updated successfully, but these errors were encountered:
Use case (user story)
Convert the existing project to typescript classes to:
Scenarios
Notes
The text was updated successfully, but these errors were encountered: