Move all files to sculpin/
This commit is contained in:
parent
c5d71803a5
commit
0f61b4e9ee
1514 changed files with 0 additions and 0 deletions
18
sculpin/source/_posts/2023-08-13.md
Normal file
18
sculpin/source/_posts/2023-08-13.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: >
|
||||
Don't estimate separately for testing
|
||||
pubDate: 2023-08-13
|
||||
permalink: >-
|
||||
daily/2023/08/13/dont-estimate-separately-for-testing
|
||||
tags:
|
||||
- automated-testing
|
||||
- test-driven-development
|
||||
---
|
||||
|
||||
A common issue I see for people introducing automated testing is estimating the testing and implementation of a task separately.
|
||||
|
||||
Something like, "It'll take x to do the work and x to write the tests for it".
|
||||
|
||||
As well as implying you'd write all the code and then all the tests or vice versa, if you provide separate estimates, it's easy for someone to think the tests are optional and can be removed.
|
||||
|
||||
If you provide one estimate for both, this can't happen.
|
Loading…
Add table
Add a link
Reference in a new issue