I am wondering if it is a good practice to use the same name for both a member variable and a function parameter in C++.
I come from a Java backgro
I find it a good choice to give member variables the same name as constructor initialization parameters.
Here are my reasons:
parameter != member