From a839803573f1d931f8b4f979717984ceab314a08 Mon Sep 17 00:00:00 2001 From: MOHD BAYERO YAYANDI <32483027+byruzyayandy1@users.noreply.github.com> Date: Tue, 16 Oct 2018 05:50:49 +0100 Subject: [PATCH] Add the link "Medium Article about how to document source code" to article (#19364) --- client/src/pages/guide/english/documentation/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/pages/guide/english/documentation/index.md b/client/src/pages/guide/english/documentation/index.md index f9d799f2e9..b831a9db4a 100644 --- a/client/src/pages/guide/english/documentation/index.md +++ b/client/src/pages/guide/english/documentation/index.md @@ -22,3 +22,5 @@ It may become an extremely important idea to make a habit out of commenting your *[Code Tuts top 15 Best Practices](https://code.tutsplus.com/tutorials/top-15-best-practices-for-writing-super-readable-code--net-8118) *[Medium Article "The Good, The Bad, The Ugly"](https://medium.freecodecamp.org/code-comments-the-good-the-bad-and-the-ugly-be9cc65fbf83) + +*[Medium Article about how to document source code](https://medium.com/@andrewgoldis/how-to-document-source-code-responsibly-2b2f303aa525)