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)