diff --git a/others/guide/how to write JDito code.adoc b/others/guide/how to write JDito code.adoc index 79d6a489bccec838c897e390e6607cdb895c69b3..74b1ee950796564897b42b2efdc5acdee56ce6e2 100644 --- a/others/guide/how to write JDito code.adoc +++ b/others/guide/how to write JDito code.adoc @@ -3,6 +3,9 @@ How to write JDito code :toc2: left :numbered: +== basics == +Keep everything english. Every title, caption, messages, comments, etc. should be english. Add german translation to the languages if necessary. + == code structure == === vars and others (var, let) === * declaration of variables go on top (what actually happens in JS anyway by default -> hoisting)