...
C Secure Coding Standard: DCL19-C. Use as minimal a scope as possible for all Minimize the scope of variables and functions
C++ Secure Coding Standard: DCL07-CPP. Minimize the scope of variables and methods
...
...
C Secure Coding Standard: DCL19-C. Use as minimal a scope as possible for all Minimize the scope of variables and functions
C++ Secure Coding Standard: DCL07-CPP. Minimize the scope of variables and methods
...