Put declarations and definitions together
Declare variables on the same line where they're first defined, instead of at the top of the function.
Showing
Please register or sign in to comment
Declare variables on the same line where they're first defined, instead of at the top of the function.