From 8c964ae918f8535460c45c4b225b825ee76c4f7e Mon Sep 17 00:00:00 2001 From: "j.goderbauer" <j.goderbauer@adito.de> Date: Wed, 28 Nov 2018 09:20:53 +0100 Subject: [PATCH] updated jdito guide --- others/guide/how to write JDito code.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/others/guide/how to write JDito code.adoc b/others/guide/how to write JDito code.adoc index a7aedfb52e6..388d3299ff0 100644 --- a/others/guide/how to write JDito code.adoc +++ b/others/guide/how to write JDito code.adoc @@ -4,7 +4,9 @@ How to write JDito code :numbered: == basics == -Keep everything english. Every title, caption, messages, comments, etc. should be english. Add german translation to the languages if necessary. +* Keep everything english. Every title, caption, messages, comments, etc. should be english. Add german translation to the languages if necessary. +* in JavaScript-Strings use `"` instead of `'` - even if its only 1 character. `'` is for SQL (within JS-Strings) + == code structure == === vars and others (var, let) === -- GitLab