From cef216bc55cf995f5ed69e94081111f4efaf9ba8 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Sun, 24 Nov 2024 18:04:35 -0700 Subject: [PATCH] essay fix --- www/content/essays/codin-dirty.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/essays/codin-dirty.md b/www/content/essays/codin-dirty.md index ecae112db..cd268f9e9 100644 --- a/www/content/essays/codin-dirty.md +++ b/www/content/essays/codin-dirty.md @@ -281,7 +281,7 @@ domain logic and serves as a vessel for presenting information to the view layer ## Conclusion -So there are three techniques I use when I'm codin' dirty: +We looked at three techniques I use when I'm codin' dirty: * I think (some) big functions are good, actually * I prefer integration tests to unit tests