This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 9483e69 Update STYLEGUIDE.md
9483e69 is described below
commit 9483e69de4b560c7c60c1c81b1818896a94bb0e7
Author: Daniel Gruno <[email protected]>
AuthorDate: Thu Nov 18 18:18:45 2021 +0100
Update STYLEGUIDE.md
---
docs/STYLEGUIDE.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/STYLEGUIDE.md b/docs/STYLEGUIDE.md
index 630394c..b9f2ef9 100644
--- a/docs/STYLEGUIDE.md
+++ b/docs/STYLEGUIDE.md
@@ -1,5 +1,6 @@
# Development style guide
+__This document is a work in progress. More to come later, feedback and
suggestions are most welcome.__
## ECMAScript Standards
- Foal uses ECMAScript 9th edition (2018) as the base scripting language for
the browser interface.
- All global variables must be declared with `G_` prepended, such as:
`G_APIURL` or `G_current_json`