From 96d9b4dad91e11335841cee3b27cfb31bb3e30b1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 16 Oct 2024 00:04:11 +0100 Subject: [PATCH] Add daily email for 2024-10-15 Don't just copy and paste --- source/_daily_emails/2024-10-15.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 source/_daily_emails/2024-10-15.md diff --git a/source/_daily_emails/2024-10-15.md b/source/_daily_emails/2024-10-15.md new file mode 100644 index 000000000..f49e57c77 --- /dev/null +++ b/source/_daily_emails/2024-10-15.md @@ -0,0 +1,20 @@ +--- +title: Don't just copy and paste +date: 2024-10-15 +permalink: daily/2024/10/15/dont-just-copy-and-paste +tags: + - software-development +cta: ~ +snippet: | + Don't just copy and paste. +--- + +Whether you get [a solution from AI][0], GitHub, Stack Overflow or somewhere else, don't blindly copy and paste it. + +Validate and verify it's the right solution. + +Process and understand it and its pros and cons so you can decide why and when to use it again in the future. + +Once you've committed it, you're responsible for it and need to maintain it - regardless of where it came from. + +[0]: {{site.url}}/daily/2024/10/09/ai-as-a-pair-programming-partner