在 2018/6/21 2:45, Jacek Caban 写道:
> Sorry for the delay. That the attached patch look good?
> 
> Thanks,
> Jacek
> 

no need to apologize. :>

The names of local variables (this includes function parameters) shall 
either start with double underscores or an underscore followed by an 
Uppercase letter. So `_r` is not an option here, but `_R` is. However, 
`_R` is pretty bad as it only consists of a single letter, many of which 
have been blacklisted [1]. That is why I suggested a longer name in the 
very first reply.

[1] 
https://gcc.gnu.org/onlinedocs/libstdc++/manual/source_code_style.html#coding_style.bad_identifiers

-- 
Best regards,
LH_Mouse
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to