On Feb 16, 2017 9:09 PM, "Botond Ballo" <bba...@mozilla.com> wrote:
On Thu, Feb 16, 2017 at 1:05 PM, smaug <sm...@welho.com> wrote: > AFAIK, uncapitalized method names in MFBT are the old style, and new code > should just > use Mozilla coding style. > This was discussed in some other thread in dev.platform, but I can't find it > right now. In the case of begin() and end(), it's not just a matter of style. These methods need to be lowercase to make the class work with the range-based for loop. My question really is: Given that some methods have to have specific lower-case names, if I take the time to convert the other methods to Mozilla style, can I expect that a reviewer won't tell me to convert the other methods back in order to be consistent with the names whose case has to be lower case? _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform