oliverdavies.uk/source/_daily_emails/2024-03-02.md
Oliver Davies 5eba6de81a Update daily email permalinks
This is a follow-up to commit 3be9031de8
as each daily email has a `permalink` value that overrides the default
content type permalink.
2024-05-21 00:03:52 +01:00

849 B

title date permalink tags cta snippet
Are your tests good enough? 2024-03-02 daily/2024/03/02/are-your-tests-good-enough
software-development
automated-testing
test-driven-drupal
testing_course You're about to refactor or add to some existing application code. How confident are you it will work afterwards?

You've been asked to add a new feature to or refactor some existing code.

Assuming you have automated tests already (if not, why not?), before you change the code, you should ask whether they're good enough.

They need to be passing, but do you feel confident the existing functionality will still work after you make your changes?

Do you have all the existing use cases covered?

If so, carry on.

If not, spend some time improving your tests first to get that confidence before making any changes.