From 8803929cc3b6cb8350e5141acf1aad809d8bbdff Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 30 Jun 2021 11:43:01 +0100 Subject: [PATCH] Comment by Oliver on self-documenting-code-comments --- .../self-documenting-code-comments/a85d2913.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _data/comments/self-documenting-code-comments/a85d2913.yml diff --git a/_data/comments/self-documenting-code-comments/a85d2913.yml b/_data/comments/self-documenting-code-comments/a85d2913.yml new file mode 100644 index 0000000..ca581cd --- /dev/null +++ b/_data/comments/self-documenting-code-comments/a85d2913.yml @@ -0,0 +1,11 @@ +id: a85d2913 +date: 2021-06-30T10:42:59.6499523Z +name: Oliver +email: +avatar: https://github.com/0liver.png?size=50 +url: +message: >- + It was a pleasure to read this article, thank you! Beyond the clean layout and design of the blog itself, the content is well-presented and well-written. + + + I also agree with your point of view here - I do spend quite a bit of my coding time on naming things. And then renaming them while working out the feature details, and in the end I might rename again. But I always try to start with a name that conveys meaning.