From 8c2a89596ab8625adf59e7f51511f0474bf0ee59 Mon Sep 17 00:00:00 2001 From: Mike Grouchy Date: Thu, 7 Mar 2013 10:17:35 -0500 Subject: [PATCH] comma --- content/blog/2013/03/yes-your-code-does-need-comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2013/03/yes-your-code-does-need-comments.md b/content/blog/2013/03/yes-your-code-does-need-comments.md index aca7da7..663f0ba 100644 --- a/content/blog/2013/03/yes-your-code-does-need-comments.md +++ b/content/blog/2013/03/yes-your-code-does-need-comments.md @@ -27,7 +27,7 @@ Peppering the code that you just wrote with excessive comments, especially when it is abundantly clear what the code is doing, is the least useful type of comment you can write. -> "Code is far better describing what code does than English so just write clear code" +> "Code is far better describing what code does than English, so just write clear code" This is usually the blowback you get from comments like the ones above. I don't disagree, programming languages are definitely more precise then English. What I