aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INTERESTING_ARTICLES.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/INTERESTING_ARTICLES.org b/INTERESTING_ARTICLES.org
index bccb5d78..e3266773 100644
--- a/INTERESTING_ARTICLES.org
+++ b/INTERESTING_ARTICLES.org
@@ -83,3 +83,12 @@ Sources:
- [[https://en.wikipedia.org/wiki/List_of_paradoxes][List of paradoxes]]
- [[https://en.wikipedia.org/wiki/Unintended_consequences][Unintended consequences]]
+
+* Lost and not found
+
+Some articles I'd like to find here, but haven't been able to find again:
+
+- Enqueuing function calls vs. extending your domain model.
+ This article discussed using traditional queues for handling some actions in your application vs. doing this "declaratively".
+ For example, enqueue "send notification about x to user y" vs. "add column 'needs_x_notification to users table".
+ If I remember correctly, the article contained some insightful arguments for the latter approach I had not thought of.