Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CodingStandards.md #51

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions catalog/CodingStandards.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ As a software developer on a project that has a defined coding standard, I want
| Stage | Description |
| :-------------: | :------------- |
| 0 | No coding standard adopted. |
| 1 | Team has selected an agreed-upon standard. |
| 1 | Team has come to agreement on coding standards and those standards are documented. |
| 2 | New code that is written is required to comply with the standard, and the team has conducted a feedback session to assess and revise the standard. |
| 3 | The team has developed and put into place a refactoring plan to bring pre-existing code into compliance with the standard. |
| 3 | The team has developed and put into place a plan to bring pre-existing code into compliance with the standard. |
| 4 | Tool support has been put in place to help ensure compliance, and running the tool is made part of contribution guidelines. |

### Variant B: What are the steps (tasks) I need to accomplish to achieve my goal?
Expand Down