Journal Week 7 Day 2
# Journal Week 7 Day 2
What is Code Documentation? What are some of the ways to document code?
What are some benefits of Code Documentation?
How important is Code documentation and why?
Code documentation is just writing down what your code does. It can be as simple as some notes in your code, or a whole read me.
There are many advantages. One of them is, if you take a break from your code , you can come right back and understand how everything works. Also, if someone else takes over, they know what you did and how it works.
Documentation is super important. Without it, it is very hard to understand and work in a professional enviroment with other people's code, because everyone thinks differently.
No Daily Challenge