From e333a2eb54a0bff4642dc2e8eb0afddf4841e5dd Mon Sep 17 00:00:00 2001 From: "Mark (he/his) C. Miller" Date: Fri, 23 Sep 2022 05:49:46 -0700 Subject: [PATCH 1/2] Update CodingStandards.md --- catalog/CodingStandards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/CodingStandards.md b/catalog/CodingStandards.md index 2e7acee..92df841 100644 --- a/catalog/CodingStandards.md +++ b/catalog/CodingStandards.md @@ -20,7 +20,7 @@ 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. | | 4 | Tool support has been put in place to help ensure compliance, and running the tool is made part of contribution guidelines. | From c9f583615b64519179b0b9feca9ef67e78d4bce7 Mon Sep 17 00:00:00 2001 From: "Mark (he/his) C. Miller" Date: Fri, 23 Sep 2022 05:52:38 -0700 Subject: [PATCH 2/2] Update CodingStandards.md --- catalog/CodingStandards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/CodingStandards.md b/catalog/CodingStandards.md index 92df841..b94d199 100644 --- a/catalog/CodingStandards.md +++ b/catalog/CodingStandards.md @@ -22,7 +22,7 @@ As a software developer on a project that has a defined coding standard, I want | 0 | No coding standard adopted. | | 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?