User Story
Story
As a MAINTAINER
I want instructions to include pseudo code so that we can build it with any language.
Acceptance Criteria
- pseudo code cannot contain any syntax specific to any language.
- pseudo code must contain all features and functions of the product.
- pseudo code must be easy to comprehend in layman's vocabulary.
- pseudo code must be updated to be an accurate reflection of the products source code.
Scenario 1
Given A new worker is hired on
when they need to fix or add a new feature to our product
then They should be able to look at the pseudo code and understand exactly where to inject their changes.
Dependencies
Depends On
#64
Dependents