From c08ece6dbca2f9b91c89a34dab50dc09addbca38 Mon Sep 17 00:00:00 2001 From: Mees van der Wijk Date: Tue, 29 Apr 2025 19:29:42 +0200 Subject: [PATCH] Update principals --- ModuleClientAPIPrincipals.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ModuleClientAPIPrincipals.md b/ModuleClientAPIPrincipals.md index 2984483..46a11ba 100644 --- a/ModuleClientAPIPrincipals.md +++ b/ModuleClientAPIPrincipals.md @@ -17,3 +17,4 @@ When creating the client side of a module there are some really important things - Module should not have any css blending applied to them since the are global blending for each module. - Module should not have any css borders applied to them since the are global borders for each module. - Module should not have any css padding applied to them since the are global padding for each module. +- Never log directly to ModuleLog.info/ModuleLog.warn/ModuleLog.error! Always use console.log/console.error/console.warn