Add daily emails and archive
This commit is contained in:
parent
7ec664a810
commit
e2b6832598
379 changed files with 11132 additions and 0 deletions
20
source/_daily_emails/2023-08-12.md
Normal file
20
source/_daily_emails/2023-08-12.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: >
|
||||
Does not writing tests actually save time?
|
||||
pubDate: 2023-08-12
|
||||
permalink: >-
|
||||
archive/2023/08/12/does-not-writing-tests-actually-save-time
|
||||
tags:
|
||||
- automated-testing
|
||||
- test-driven-development
|
||||
---
|
||||
|
||||
One of the most common responses to why people don't write tests is, "We don't have time".
|
||||
|
||||
So, people don't write tests to save time.
|
||||
|
||||
While you write less code, it takes longer to test everything manually during development, and more bugs will likely be found, which also takes longer to diagnose, fix, and deal with any knock-on effects.
|
||||
|
||||
Bugs in production add more administrative overhead as new tickets need to be created and managed, prevent other tickets from being worked on whilst they're fixed, and require more communication with clients and customers.
|
||||
|
||||
If you save ten minutes not writing a test but spend hours later fixing bugs, you didn't save time - you spent more time in the end.
|
Loading…
Add table
Add a link
Reference in a new issue