📜  潜在缺陷与掩蔽缺陷 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:21.548000             🧑  作者: Mango

代码示例1
It is an existing defect in the system which 
does not cause any failure as the exact set of
conditions has never been met

Basically when one defect hides other defect
we call it fault masking for example:
If the "Negative Value" cause a firing of unhandled
system exception, the developer will prevent 
the negative values input.
This will resolve the issue and hide the
defect of unhandled exception firing.