shlogg · Early preview
Aldrin312 @aldrin312

Adding Comments To Uncommented Files For Hacktoberfest

Added comments to source code for clarity & readability. Made it easier for me & others to understand how the code works. Documentation is key in collaborative coding, especially online & open-source projects.

For the first week of the Hacktoberfest, I decided to start with something simple. I opted to add documentation on a source code. At first I was planning to do some functional coding but while I was trying to understand I notice that their was barely any comments. It was considerably harder for me to understand how the code works. Trying to figure out what the function do, what the outputs are or how to function works was harder.
So for my first pull request, I wanted to add comments for this source code. To make it easy for myself to understand how the code works and make it more readable for...