daily-email: add 2023-09-03
Including time for tests in estimates
This commit is contained in:
parent
3137670abc
commit
d81206d0ba
18
src/content/daily-email/2023-09-03.md
Normal file
18
src/content/daily-email/2023-09-03.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: >
|
||||
Including time for tests in estimates
|
||||
pubDate: 2023-09-03
|
||||
permalink: >
|
||||
archive/2023/09/03/including-time-for-tests-in-estimates
|
||||
tags:
|
||||
- automated-testing
|
||||
- test-driven-development
|
||||
- software-development
|
||||
- estimation
|
||||
---
|
||||
|
||||
If you need to provide estimates for your tasks and intend to write tests, include the time for the tests within the estimate.
|
||||
|
||||
Don't provide different estimates for testing and the implementation, or with tests and without tests - give one estimate that includes both.
|
||||
|
||||
Writing tests and testable code will take longer to begin with, but practice makes perfect and will save time in the long run.
|
Loading…
Reference in a new issue