daily-email: add 2023-09-04

Charging more _not_ to write tests
This commit is contained in:
Oliver Davies 2023-09-09 10:45:08 +01:00
parent d81206d0ba
commit 311aa22deb

View file

@ -0,0 +1,22 @@
---
title: >
Charging more _not_ to write tests
pubDate: 2023-09-04
permalink: >
archive/2023/09/04/charging-more-not-to-write-tests
tags:
- automated-testing
- test-driven-development
---
Joel Clermont [replied to a previous email on Twitter](https://twitter.com/jclermont/status/1690872089878691840):
> I once toyed around with the idea of charging MORE to do it without tests. Had a client pushing back very hard when I mentioned testing (what I thought theyd perceive as a benefit). Ended up not pursuing it, but was a fun idea at the time.
It's an interesting idea.
How much more would you charge not to write tests?
How much more would make you feel comfortable and confident that the application works as expected, and would cover the additional time for finding and fixing the bugs caused by not writing tests?
As Joel said, it was a fun idea, though it seems counter-intuitive to me, as the a client would be paying more for worse software.