From eee232a847f151e6a71c3c7eab69c4e46b768a49 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Mon, 11 Dec 2023 09:59:27 -0500 Subject: [PATCH] good tests edit --- content/elsewhere/maintenance-matters-good-tests/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/elsewhere/maintenance-matters-good-tests/index.md b/content/elsewhere/maintenance-matters-good-tests/index.md index 65ae1d3..9cce0b3 100644 --- a/content/elsewhere/maintenance-matters-good-tests/index.md +++ b/content/elsewhere/maintenance-matters-good-tests/index.md @@ -42,8 +42,7 @@ This is a topic better suited to a book than a blog post (and indeed [there are many](https://bookshop.org/search?keywords=software+testing)), but I do think there are a few high-level concepts that are important to -internalize in order to build robust, long-lasting software --- I hope -to cover them here. +internalize in order to build robust, long-lasting software. My first exposure to automated testing was with Ruby on Rails. Since then, I've written production software in many different languages, but