Replies: 1 comment
-
|
I use a spec per feature that is being delivered which is tightly scoped so it can be reviewed easily after implementation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When starting a greenfield project, how do you guys go about maintaining the spec and plan for different parts of the project, like the frontend, backend, or API connections?
For my projects, I used a single spec for initializing the project, describing the user experience and backend operations without any code details, and then using multiple plans for the different aspects.
Beta Was this translation helpful? Give feedback.
All reactions