aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-04 14:38:23 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-04 14:38:23 +0100
commitba4d272cc4a503ebccdf015a606bc488b33330a5 (patch)
tree72f370c0c59a0fc808bae0521ba2af44a731f78a
parent362c2e0f2f4ca9d4bff7fe6fdc8dca4a27177bba (diff)
downloadwallet-core-ba4d272cc4a503ebccdf015a606bc488b33330a5.tar.xz
style
-rw-r--r--style.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.txt b/style.txt
index 702dae915..b4cb5f66d 100644
--- a/style.txt
+++ b/style.txt
@@ -31,3 +31,8 @@ Names:
APIs:
- Prefer 'Promise' to one-shot continuations whenever possible.
+- Prefer handlebars templates to poking around in the DOM.
+
+Misc:
+- Do not use ES6 template strings for constructing HTML,
+ use TSX/JSX literals instead.