taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 3a84b79c59ece8e503bee8c3fa90a575dee13287
parent ffcafcb4ebf0344aaa2077e6c88915341a727c53
Author: Marc Stibane <marc@taler.net>
Date:   Fri,  7 Jul 2023 12:34:04 +0200

Added Swift + TypeScript

Diffstat:
Mtaler-developer-manual.rst | 15++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/taler-developer-manual.rst b/taler-developer-manual.rst @@ -1115,7 +1115,7 @@ then published at https://lcov.taler.net/ . Coding Conventions ================== -GNU Taler is developed primarily in C, Kotlin, Python and TypeScript. +GNU Taler is developed primarily in C, Kotlin, Python, Swift and TypeScript. Components written in C ----------------------- @@ -1248,6 +1248,19 @@ are useful: * ``subprocess`` for "shelling out" to other programs. Prefer ``subprocess.run`` over the older APIs. + +Swift +----- + +Please follow best practices for the language. + + +TypeScript +---------- + +Please follow best practices for the language. + + Testing library ===============