Add daily email for 2024-10-15
Don't just copy and paste
This commit is contained in:
parent
3da1970f40
commit
96d9b4dad9
20
source/_daily_emails/2024-10-15.md
Normal file
20
source/_daily_emails/2024-10-15.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue