Move all files to sculpin/
This commit is contained in:
parent
c5d71803a5
commit
0f61b4e9ee
1514 changed files with 0 additions and 0 deletions
17
sculpin/source/_posts/2023-10-13.md
Normal file
17
sculpin/source/_posts/2023-10-13.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: >
|
||||
Writing tests is an investment
|
||||
pubDate: 2023-10-13
|
||||
permalink: >-
|
||||
daily/2023/10/13/writing-tests-is-an-investment
|
||||
tags:
|
||||
- software-development
|
||||
- automated-testing
|
||||
- test-driven-development
|
||||
---
|
||||
|
||||
It can take time to write automated tests and do test-driven development, but it is an investment in a project's future stability.
|
||||
|
||||
Spending time to write tests upfront will save time as the project progresses, make the code easier to change, and result in better software, fewer bugs, and quicker changes.
|
||||
|
||||
Even though it takes time, it's time well spent.
|
Loading…
Add table
Add a link
Reference in a new issue