From b5bf5821b316aa31c42348a7542053ef71d18e8b Mon Sep 17 00:00:00 2001 From: Xiwen Cheng Date: Fri, 12 Apr 2024 23:43:03 +0200 Subject: [PATCH] clean up docs --- .../Forms/13-Style-property-used.markdown | 17 ----------------- .../35-More-than-20-module-in-project.markdown | 17 ----------------- 2 files changed, 34 deletions(-) delete mode 100644 docs/mendix-best-practices/Forms/13-Style-property-used.markdown delete mode 100644 docs/mendix-best-practices/Modules/35-More-than-20-module-in-project.markdown diff --git a/docs/mendix-best-practices/Forms/13-Style-property-used.markdown b/docs/mendix-best-practices/Forms/13-Style-property-used.markdown deleted file mode 100644 index b0ed7c4..0000000 --- a/docs/mendix-best-practices/Forms/13-Style-property-used.markdown +++ /dev/null @@ -1,17 +0,0 @@ ---- - -layout: post -title: "Style property used" -categories: Forms -prio: 5 -rulenumber: 13 -rulename: StylePropertyUsed -ruleset: Maintainability - ---- - -**Why** -Avoid using the style property, because this will make the life of your UI designer a lot more complicated. It will be harder to overrule styles from CSS file level. - -**How to fix** -Use generic classes instead, defined by the theme. \ No newline at end of file diff --git a/docs/mendix-best-practices/Modules/35-More-than-20-module-in-project.markdown b/docs/mendix-best-practices/Modules/35-More-than-20-module-in-project.markdown deleted file mode 100644 index e61314a..0000000 --- a/docs/mendix-best-practices/Modules/35-More-than-20-module-in-project.markdown +++ /dev/null @@ -1,17 +0,0 @@ ---- - -layout: post -title: "More than 20 modules in project" -categories: Modules -prio: 3 -rulenumber: 35 -rulename: NumberOfModules -ruleset: Maintainability - ---- - -**Why** -The bigger the application, the harder to maintain. - -**How to fix** -Consider a multi-app stategy to avoid creating one big (unmaintainable) monstrous application. \ No newline at end of file