From ec74afdb8d525da1e294632e4696f1a437f81e3e Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 7 Jan 2022 15:18:27 +0100 Subject: [PATCH] Meta: Discourage excessive "feng shui programming" in CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index efad02f745..e623471374 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,6 +66,7 @@ Nobody is perfect, and sometimes we mess things up. That said, here are some goo * Include commented-out code. * Write in C. (Instead, take advantage of C++'s amenities, and don't limit yourself to the standard C library.) * Attempt large architectural changes until you are familiar with the system and have worked on it for a while. +* Engage in excessive "feng shui programming" by moving code around without quantifiable benefit. ## Pull Request Q&A