|
|
|
|
|
by vadman
5050 days ago
|
|
Do you have github/sourceforge? I'd love to read some of your non-trivial code. I'm not trying to be an a$$hole btw. I am not a coding guru, I genuinely want to minimize the need for comments in my code and am willing to learn from examples. |
|
Read almost any non-trivial successful project for good examples. The Linux kernel. Firefox. etc. The frequency and verbosity of comments tends to have a direct correlation with the simplicity of the code (which is the exact opposite of normal expectations).