From 96206e1ab781100ab675cb8b13752bbc851c6e75 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 13 Oct 2018 17:05:41 -0400 Subject: [PATCH] Added 3 articles about good code documentation (#18653) Added 3 articles that have helped me personally with code documentation. --- client/src/pages/guide/english/documentation/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/src/pages/guide/english/documentation/index.md b/client/src/pages/guide/english/documentation/index.md index e10bf28003..3957358996 100644 --- a/client/src/pages/guide/english/documentation/index.md +++ b/client/src/pages/guide/english/documentation/index.md @@ -13,3 +13,10 @@ It may become an extremely important idea to make a habit out of commenting your #### More Information: + + +*[Medium Article about Code Documentation](https://medium.com/@andrewgoldis/how-to-document-source-code-responsibly-2b2f303aa525) + +*[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)