taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit ba4d272cc4a503ebccdf015a606bc488b33330a5
parent 362c2e0f2f4ca9d4bff7fe6fdc8dca4a27177bba
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon,  4 Jan 2016 14:38:23 +0100

style

Diffstat:
Mstyle.txt | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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.