Move daily emails into the blog page
This commit is contained in:
parent
be69398931
commit
1b8441608f
828 changed files with 9 additions and 196 deletions
19
source/_posts/2023-10-28.md
Normal file
19
source/_posts/2023-10-28.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: >
|
||||
Can you move faster without tests?
|
||||
pubDate: 2023-10-28
|
||||
permalink: >-
|
||||
daily/2023/10/28/can-you-move-faster-without-tests
|
||||
tags:
|
||||
- software-development
|
||||
- automated-testing
|
||||
- test-driven-development
|
||||
---
|
||||
|
||||
If you don't write automated tests or do test-driven development, you might move quickly to begin with - writing code and doing small amounts of manual testing.
|
||||
|
||||
But, once you start changing the code to add new features or fix bugs, things will begin to slow down.
|
||||
|
||||
You'll have more to test and need to ensure you don't break the existing functionality as well as your new code works.
|
||||
|
||||
Whilst it may be faster initially, skipping tests will cause problems later.
|
Loading…
Add table
Add a link
Reference in a new issue