From e962d1c5ebf2a606bb7a66cb4b2a89c83d61c499 Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Thu, 23 May 2024 20:33:11 -0700 Subject: [PATCH] Update DEVELOPER-NOTES.md --- DEVELOPER-NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPER-NOTES.md b/DEVELOPER-NOTES.md index d1a16a3f0a..11e774b303 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).