From 0174e9d7b4affdab2bac265b3b8752c45c96c258 Mon Sep 17 00:00:00 2001 From: Dave Favis-Mortlock Date: Fri, 12 Dec 2025 12:21:18 +0000 Subject: [PATCH] Update rfc2_commiters.md Added short section on re-use of existing code wherever possible. --- development/rfc/rfc2_commiters.md | 1 + 1 file changed, 1 insertion(+) diff --git a/development/rfc/rfc2_commiters.md b/development/rfc/rfc2_commiters.md index b9dbde3f3..d91b4ed7e 100644 --- a/development/rfc/rfc2_commiters.md +++ b/development/rfc/rfc2_commiters.md @@ -96,6 +96,7 @@ project. managers are assumed to have permission to create a branch. - All source code in SVC should be in Unix text format as opposed to DOS text mode. +- Please make use of existing code (such as CoastalME's 2d integer and floating point classes) wherever possible. Don't try to re-invent the wheel! - When committing new features or significant changes to existing source code, the committer should take reasonable measures to ensure that the source code continues to build and work on the most commonly