For now, generated C++ code has
- camelCase function names -> should be CamelCase
- camelCase local variables -> should be snake_case
- m_camelCase data members -> should be snake_case_
Especially, function names of unions and dictionaries affects coding style consistency in third_party/WebKit/Source/.
Comment 1 by yukishiino@chromium.org
, Sep 4 2017Status: Available (was: Untriaged)