[geos-commits] [SCM] GEOS branch main updated. 771ec395472c1ff828c7cbf07410ad05ee05eb99

git at osgeo.org git at osgeo.org
Thu May 23 20:32:26 PDT 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  771ec395472c1ff828c7cbf07410ad05ee05eb99 (commit)
      from  0fb228d14f7d03e5d82794ee4a31e6b413e0ab10 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 771ec395472c1ff828c7cbf07410ad05ee05eb99
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Thu May 23 20:32:09 2024 -0700

    Update DEVELOPER-NOTES.md

diff --git a/DEVELOPER-NOTES.md b/DEVELOPER-NOTES.md
index ec1ed13e0..1621cdf5f 100644
--- a/DEVELOPER-NOTES.md
+++ b/DEVELOPER-NOTES.md
@@ -20,8 +20,7 @@
   * Method names
   * Variable names
   * Class members
-
-    * Yes, we know in your last job you were taught all member variables are prefixed with `m_`, but please don't.
+    * Sometimes class members are shadowed by local variables.  In this case, use the `m_` prefix convention for the member.
 
 ## C/C++ Guidelines
 

-----------------------------------------------------------------------

Summary of changes:
 DEVELOPER-NOTES.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list