Recent Commits to styleguide:gh-pages

  • 11/11/2020 3:26

    Update Google C++ styleguide

    Update Google C++ styleguide
    
    - Guidance for return values (prefer return by value, return by
      reference, then return by pointer in that order)
    - Mandate curly braces around the body of a control statement,
      providing one exception for historical reasons (`if` with no `else`,
      and `if` + body fits completely in a single line or the `if` fits in
      one line and the body fits in another separate line).
    Tags:

Log in