From 6f8a95debd4d06f31c309f10880af5706a3d3421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sun, 11 Feb 2024 17:24:23 +0200 Subject: [PATCH] docs: update abstract document readme --- abstract-document/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/abstract-document/README.md b/abstract-document/README.md index bd5fad346..09d1d2732 100644 --- a/abstract-document/README.md +++ b/abstract-document/README.md @@ -210,7 +210,9 @@ types of documents or entities with shared and distinct attributes. By defining across various document types, you can achieve a more organized and consistent approach to handling complex data structures. -## Benefits +## Consequences + +Benefits * Flexibility: Accommodates varied document structures and properties. @@ -220,8 +222,7 @@ structures. * Reusability: Typed views enable code reuse for accessing specific attribute types. - -## Trade-offs +Trade-offs * Complexity: Requires defining interfaces and views, adding implementation overhead.