From e5eace98aa379638183d872f7c8feed671f08f03 Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Sun, 27 Sep 2020 08:34:20 -0600 Subject: [PATCH] Remove article in best_practices_for_engine_contributors.rst --- .../best_practices_for_engine_contributors.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/contributing/best_practices_for_engine_contributors.rst b/community/contributing/best_practices_for_engine_contributors.rst index 8e38b7d0b..236588617 100644 --- a/community/contributing/best_practices_for_engine_contributors.rst +++ b/community/contributing/best_practices_for_engine_contributors.rst @@ -67,10 +67,10 @@ its characterized by lines of thought such as: - I think it would be useful for users to... - I think users will eventually need to... -This is generally considered a bad habit, because trying to solve problems that -*don't actually exist* in the present will very often lead to the code that will -be written but never used, or the code that is considerably more complex to use -and maintain than it needs to be. +This is generally considered a bad habit because trying to solve problems that +*don't actually exist* in the present will often lead to code that will be +written but never used, or that is considerably more complex to use and maintain +than it needs to be. #3: The problem has to be complex or frequent ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~