Refactor commit_form_change_internal
Opened this issue · 1 comments
mikevespi commented
###Description of the Tech Debt###
The mutation commit_form_change_internal
had a substantial amount of logic added that is conditional on the form and operation. The result is difficult to read and debug, and should be refactored.
###Tech Debt Triage#
The purpose of our technical debt triage process is to analyze technical debt to determine risk level of the technical debt and the value in tackling that technical debt.
Risk Value Scoring:
Level | Value |
---|---|
High | 3 |
Medium | 2 |
Low | 1 |
Technical Debt - Risk Types | Level | Value |
---|---|---|
Business Area Risk - Risk of business area visibility / damage to user experience | ||
Developer Fault Risk - How likely will this tech debt cause a future error related to coding on top of it | ||
System Fault Risk - Risk of system errors or application downtime | ||
Time Scale Risk - Compound risk effect if left alone. How much more difficult to fix or dangerous will this become over time? | ||
Time Sink Risk - How much will this tech debt slow the development process down | ||
TOTAL SCORE: |
pbastia commented
This is really low priority