프로그래밍/Code
변수 선언 위치
암초보
2015. 3. 10. 11:14
Declare the variable in the smallest possible scope.
Declare the variable in the smallest possible scope.