Why are there so few comment lines in your Github source files?

Why are there so few comment lines in your Github source files?
After you coded, you removed the comments that should have helped us understand the logic?

After you coded, you removed the comments that should have helped us understand the logic?

LOL, of course not. Regarding the Github repo, what we see is completely the same as what you see.
We have no time to remove comment lines. That’s impossible to do.

Why are there few comments in our source codes?

We think the comments are redundant if the logic can be understood by just reading the codes.
Our source codes are easy to understand because the definitions, the variable names, the function names in our codes are all readable by human being. Every tech developer can understand what they do for.

If you think a file is not that easy to understand due to few comments, please let us know which file that is. We may add more comments to help you understand the logic.

1 Like

Understood now.
Makes sense.