http://codereview.appspot.com/165087/diff/1/2#newcode96 html_src/code-submission.html:96: with our codebase.
This is mostly a copy&paste from "General Guidelines" of
codingstyle.html.
Maybe is it better to just put a reference here?
http://codereview.appspot.com/165087/diff/1/2#newcode114 html_src/code-submission.html:114: <p> Maintainers should be free to ask
for rewrites of portions that modify
"to ask for" or "to be asked for"?
Sorry, if this is just my bad English.
http://codereview.appspot.com/165087/diff/1/3#newcode244 html_src/codingstyle.html:244: <p> XXX what to do about enum names? Use
or avoid the trailing _e?
Seems, that the existing codebase mostly avoids the trailing _e or E.
Most of the names of enums contain something like Type, Mode, Class,
Standard, State and thus it's generally clear, that a enum is
mentioned.
So +1 from me to avoid the trailing _e.