Skip to content

Commit

Permalink
Update DEVELOPER-NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts authored May 24, 2024
1 parent 48c9bf4 commit e962d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPER-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit e962d1c

Please sign in to comment.