Documentation is the process of making sense of our code. When we hear technical documentation, we might think of dry literature that is difficult to understand. However, good documentation is not dull or unapproachable—often, it is written in plain English!
Sometimes, it is even written as a series of guides or tutorials. Most libraries have documentation with examples that help people use their codes, and if the documentation is not there, it makes for a hard time. For open-source softwares, it helps contributors understand the concept and contribute to it. We might not remember everything while writing over codes, that is why it is important to have a reference for it.
As we examine each of the README files, take note of the following:
Create a new repository.
Select the README box and commit changes.
Note: There is a Markdown syntax laid down for writing
.md
files to add headings, paragraphs, links, images and so on for proper structure.