diff options
Diffstat (limited to 'zettelkast/Notes/022920240901 - Repository Pattern.md')
-rw-r--r-- | zettelkast/Notes/022920240901 - Repository Pattern.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zettelkast/Notes/022920240901 - Repository Pattern.md b/zettelkast/Notes/022920240901 - Repository Pattern.md new file mode 100644 index 0000000..ef6a879 --- /dev/null +++ b/zettelkast/Notes/022920240901 - Repository Pattern.md @@ -0,0 +1 @@ +A simplifying abstraction over data storage allowing to decouple the business layer from the data layer in a [[022920240849 - Layered Architecture]] and making it easier to test as well.
\ No newline at end of file |