Skip to content

Commit 097b30e

Browse files
committed
Add more Deterministic examples
1 parent b5ff73a commit 097b30e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/components_guide_web/lib/components_guide_web/templates/composable_systems/desirable-properties.html.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
- A given input always produces the same output
88
- Easily Cacheable
99
- Verifiable by multiple actors
10+
- *e.g. Multiply or adding two integers*
1011
- *e.g. Converting to lowercase or uppercase*
1112
- *e.g. Concatenating strings*
13+
- *e.g. Substring of another strings*
14+
- *e.g. Removing duplicates from a list of items*
1215
- *e.g. SHA256 hash digest (RFC 6234)*
1316
- *e.g. Base64 encoding/decoding (RFC 4648)*
1417
- *e.g. Gzip decoding (RFC 1952)*

0 commit comments

Comments
 (0)