aboutsummaryrefslogtreecommitdiff
path: root/glossary.bib
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-01 15:09:03 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-01 15:09:03 +0100
commit24611c757318be124c01a6c335d116e7d1529554 (patch)
treee69b2645724f925c2441230332c59facbddee129 /glossary.bib
parentcf6c883c5b09d2cd2d3f7a117b5ce2b31c92a00f (diff)
add design for global configuration manager + appendix log poc
Diffstat (limited to 'glossary.bib')
-rw-r--r--glossary.bib4
1 files changed, 4 insertions, 0 deletions
diff --git a/glossary.bib b/glossary.bib
index fda634f..0842ff8 100644
--- a/glossary.bib
+++ b/glossary.bib
@@ -51,4 +51,8 @@
long = {proof-of-concept},
}
+@entry{facade,
+ name = {fa\c{c}ade},
+ description = {Design pattern used to provide an abstraction from other software},
+}