22.02.2012 6:27, Claudio Valderrama C. wrote:
> I think that playing here with streamList vs this->streamList is a recipe
> for misreading the code and making mistakes:
This is why I prefer to prefix all member variables with "m_", e.g.
m_streamList. Others may surely disagree with the chosen sy
22.02.2012 3:27, Claudio Valderrama C. wrote:
> Or do people prefer the code as it's now? Comments, please.
When in the past I fixed "variable shadowing" warnings caused by such code,
I also meet
a couple of bugs where wrong variables were used. So, I think that such code
must die.
--
S