From 0a77b697631410a69e386aef1754eaa7faf16c46 Mon Sep 17 00:00:00 2001 From: alexpdp7 Date: Thu, 11 Sep 2025 07:52:21 +0000 Subject: [PATCH] Add lost and not found and queues vs. declarative missing article --- INTERESTING_ARTICLES.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/INTERESTING_ARTICLES.org b/INTERESTING_ARTICLES.org index bccb5d7..e326677 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. -- 2.47.3