...
C Secure Coding Standard: "DCL19-C. Minimize the scope of variables and functions"
C++ Secure Coding Standard: "DCL07-CPP. Minimize the scope of variables and methods"
Bibliography
Wiki Markup |
---|
\[[Bloch 2001|AA. Bibliography#Bloch 01]\] Item 29, Minimize the scope of local variables \[[JLS 2005|AA. Bibliography#JLS 05]\] [§ 14§14.4.2|http://java.sun.com/docs/books/jls/third_edition/html/statements.html#14.4.2], "Scope of Local Variable Declarations" |
...