Update DeclarationOfVariableWithUnnecessarilyWideScope.qhelp

This commit is contained in:
ihsinme
2021-05-05 23:28:04 +03:00
committed by GitHub
parent bb97507ebc
commit b277082462

View File

@@ -3,7 +3,7 @@
"qhelp.dtd">
<qhelp>
<overview>
<p>Using variables with the same name is dangerous. However, such a situation inside the while loop can lead to a violation of the accessibility of the program. Requires the attention of developers.</p>
<p>Using variables with the same name is dangerous. However, such a situation inside the while loop can create an infinite loop exhausting resources. Requires the attention of developers.</p>
</overview>
<recommendation>