Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.42 KB

File metadata and controls

42 lines (28 loc) · 1.42 KB

Rule suppress suggestion - Decision

Meeting

Date for meeting

20-12-2020

ATC Core members in meeting

Rule summary

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

What is the problem

Issue #11

Decision

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.

Reason & arguments

  • 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.