Added 3 articles about good code documentation (#18653)

Added 3 articles that have helped me personally with code documentation.
This commit is contained in:
Andrew
2018-10-13 17:05:41 -04:00
committed by Quincy Larson
parent 52beb2723b
commit 96206e1ab7

View File

@@ -13,3 +13,10 @@ It may become an extremely important idea to make a habit out of commenting your
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
*[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)