oliverdavies.uk/source/_daily_emails/2023-09-03.md

19 lines
645 B
Markdown
Raw Normal View History

2024-01-03 20:00:00 +00:00
---
title: >
2024-09-08 22:09:54 +00:00
Including time for tests in estimates
2024-01-03 20:00:00 +00:00
pubDate: 2023-09-03
permalink: >-
2024-09-08 22:09:54 +00:00
archive/2023/09/03/including-time-for-tests-in-estimates
2024-01-03 20:00:00 +00:00
tags:
2024-09-08 22:09:54 +00:00
- automated-testing
- test-driven-development
- software-development
- estimation
2024-01-03 20:00:00 +00:00
---
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.