creativecommons / quantifying

quantify the size and diversity of the commons--the collection of works that are openly licensed or in the public domain
MIT License
22 stars 30 forks source link

Making Code and Comments consistent in codebase for Better Readability and Understanding #86

Closed IamMQaisar closed 3 months ago

IamMQaisar commented 3 months ago

Description

The code is not structured/organized well enough to be understood easily and Comments are not consistent in different files.

Expectation

The code Structure and Comments in all files should be similar to be understood easily.

Screenshots

In one example here, Comments are inconsistently mentioned and the code is unaligned/unorganized in different files.

Screenshot (277)

Additional context

Code is to be restructured/realigned and some additional alterations are required to make the codebase better.

Resolution