From 163dc6107edfe1212f2bd174f275914756e9ab2e Mon Sep 17 00:00:00 2001 From: Joseph Frazier <1212jtraceur@gmail.com> Date: Wed, 7 Dec 2016 18:40:00 -0500 Subject: [PATCH] Update interviews-with-floss-developers-joey-hess.md This fixes the GADT link. I'm assuming the .html file is auto-generated, so I haven't edited it. --- posts/interviews-with-floss-developers-joey-hess.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/posts/interviews-with-floss-developers-joey-hess.md b/posts/interviews-with-floss-developers-joey-hess.md index 3f23b17..2dfd112 100644 --- a/posts/interviews-with-floss-developers-joey-hess.md +++ b/posts/interviews-with-floss-developers-joey-hess.md @@ -94,8 +94,7 @@ outright, but more, it makes you start noticing this kind of pervasive issue, and it provides ways to completely eliminate a class of problems from your code. -For example . The class of bugs I avoided there had never affected my +For example . The class of bugs I avoided there had never affected my code even once, but it was still worth preventing that whole class of bugs, so I don't have to worry about them ever again.