Re: DISCUSSION: Geode Native C++ Style and Formatting Guide

2021-05-01 Thread Mario Salazar de Torres
Hi everyone, Thanks, Jacob, for putting together a list of differences with the Google Style Guide for C++! I just wanted to mention 2 things: 1. Member variables names as of Google style guide requires a '_' char to be added at the end so it can be identified. Should we also adopt that? For

Re: DISCUSSION: Geode Native C++ Style and Formatting Guide

2021-05-01 Thread Jacob Barrett
Great call outs! > On May 1, 2021, at 7:57 AM, Mario Salazar de Torres > wrote: > > 1. Member variables names as of Google style guide requires a '_' char to > be added at the end so it can be identified. Should we also adopt that? > For example, imagine you have a region mutex, so, should w