20-12-2020
Value | |
---|---|
Title | MA0025 Implement the functionality instead of throwing NotImplementedException |
CheckId | MA0025 |
Category | Design |
Link | https://github.com/meziantou/Meziantou.Analyzer/blob/master/docs/Rules/MA0025.md |
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.