Why do some opensouce libraries lack comments?
Posted
by
entropy
on Programmers
See other posts from Programmers
or by entropy
Published on 2013-07-01T05:00:58Z
Indexed on
2013/07/01
10:28 UTC
Read the original article
Hit count: 306
I don't know if this happens to most Opensource libraries, but many of I know and use (for example OpenSSL, Webkit, ...) they all lack comments, or contain very few comments.
Not to mention their very few documents, it is hard to read their source code. We can hardly understand what a member variable means, or what this function does. This seems to be against coding standard practice
Why is that? How can people collaborate to these opensource with very few comments?
© Programmers or respective owner