...
Additionally, methods should be designed to perform only one operation if possible. This simplicity reduces the need for variables existing in overlapping scopes and therefore consequently, helps prevents prevent errors.
Risk Assessment
Using a larger scope than necessary results in less reliable code.
...