From 92c19696413430d11429f78ae6e084d5efef20e0 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 11 Nov 2024 16:54:32 +0000 Subject: [PATCH] Link: Please just stop saying 'just' --- website/src/data/links.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/src/data/links.ts b/website/src/data/links.ts index 80b737f..da982a6 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -116,6 +116,12 @@ const LINKS: Link[] = [ description: "I posted on the Scott Logic blog a while ago about how the word 'hallucination' doesn't accurately capture how LLMs work.", isoDateAdded: '2024-10-11', }, + { + href: 'https://sgringwe.com/2019/10/10/Please-just-stop-saying-just.html', + title: "Please just stop saying 'just'", + description: "A pretty good case for avoiding the word 'just' in software engineering. I admit I've been guilty, too.", + isoDateAdded: '2024-11-11', + }, ]; export default LINKS;