[geos-commits] [SCM] GEOS branch main updated. e962d1c5ebf2a606bb7a66cb4b2a89c83d61c499

git at osgeo.org git at osgeo.org
Thu May 23 20:33:28 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  e962d1c5ebf2a606bb7a66cb4b2a89c83d61c499 (commit)
      from  48c9bf42637d47704a1e9218e5b8da65be83b6bf (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 e962d1c5ebf2a606bb7a66cb4b2a89c83d61c499
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Thu May 23 20:33:11 2024 -0700

    Update DEVELOPER-NOTES.md

diff --git a/DEVELOPER-NOTES.md b/DEVELOPER-NOTES.md
index d1a16a3f0..11e774b30 100644
--- a/DEVELOPER-NOTES.md
+++ b/DEVELOPER-NOTES.md
@@ -24,9 +24,9 @@
 
 ## C/C++ Guidelines
 
-C++ (in particular) is a large complex language, with many patterns that have evolved over the years.
+C++ is a large, complex language, with many patterns that have evolved over the years.
 The GEOS codebase has also evolved over the years, but parts still exhibit obsolete language
-or project patterns.
+and project patterns.
 When porting or adding code, follow the style of the most recently written code (use the commit history to find this).
 
 In general, we follow the [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines).

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list