From 7d780ea27a90a331468d5f82942403c78b4323f6 Mon Sep 17 00:00:00 2001 From: Simon Wendsche Date: Thu, 27 Feb 2020 14:35:30 +0100 Subject: [PATCH] update mandatory.md --- doc/mandatory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mandatory.md b/doc/mandatory.md index e889e85d..cdf6f5f5 100644 --- a/doc/mandatory.md +++ b/doc/mandatory.md @@ -3,7 +3,7 @@ the readability of the source code. The following is really important though. If these guidelines are not followed, it can cause massive problems - and not just now, but also years in the future. -### Enums +### EnumProperty **Always** add an index for each element. If the index is missing, we can not reorder elements later and we can not rename identifiers