From ab2a85a35f8749bbb59132cf0d203213c9ef10f3 Mon Sep 17 00:00:00 2001 From: Nassim Jahnke Date: Thu, 9 May 2024 15:10:27 +0200 Subject: [PATCH] [ci skip] Clarify var entry in contributing file --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index acba91f491..18dacf9208 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -237,10 +237,10 @@ into most IDEs and formatters by default. There are a few notes, however: There are exceptions, especially in Spigot-related files - When in doubt or the code around your change is in a clearly different style, use the same style as the surrounding code. -- `var` usage is heavily discouraged, as it makes reading patch files a lot harder -and can lead to confusion during updates due to changed return types. The only -exception to this is if a line would otherwise be way too long/filled with hard -to parse generics in a case where the base type itself is already obvious +- Usage of the `var` keyword is heavily discouraged, as it makes reading patch files +a lot harder and can lead to confusion during updates due to changed return types. +The only exception to this is if a line would otherwise be way too long/filled with +hard to parse generics in a case where the base type itself is already obvious ### Imports When adding new imports to a class in a file not created by the current patch, use the fully qualified class name