20-12-2020
Value | |
---|---|
Title | S1135 Track uses of "TODO" tags |
CheckId | S1135 |
Category | Code Smell |
Link | https://rules.sonarsource.com/csharp/RSPEC-1135 |
We update the root/.editorconfig
with severity = suggestion
and a doc-link.
And let the team members have to ensure task on the board for TODO's and NotImplementedExecption's in the end of a sprint.
- In practice, we need TODO's and NotImplementedExecption for situations as scaffold and 'handover code'.
- The code review process should take care of awareness of the TODO's and NotImplementedExecption's in the code.