aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/README.md
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-06-17 15:49:05 +0200
committerFlorian Dold <florian@dold.me>2021-06-17 15:49:05 +0200
commita70d37ef1675b53241f707c6730fab1537bd9d24 (patch)
tree5493e11884c9071efda9a8f4680e3787c6cdf0a5 /packages/taler-wallet-core/src/operations/README.md
parent453656b240c7e8771068ab877b6f5c9e3a26a4dc (diff)
downloadwallet-core-a70d37ef1675b53241f707c6730fab1537bd9d24.tar.xz
towards factoring out cyclic dependencies
Diffstat (limited to 'packages/taler-wallet-core/src/operations/README.md')
-rw-r--r--packages/taler-wallet-core/src/operations/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/operations/README.md b/packages/taler-wallet-core/src/operations/README.md
new file mode 100644
index 000000000..32e2fbfc8
--- /dev/null
+++ b/packages/taler-wallet-core/src/operations/README.md
@@ -0,0 +1,7 @@
+# Wallet Operations
+
+This folder contains the implementations for all wallet operations that operate on the wallet state.
+
+To avoid cyclic dependencies, these files must **not** reference each other. Instead, other operations should only be accessed via injected dependencies.
+
+Avoiding cyclic dependencies is important for module bundlers. \ No newline at end of file