|
|
|
|
|
by Ensorceled
4850 days ago
|
|
I've been putting essentially this same advice in coding guidelines for about 20 years now: Comments explain why you are doing something, your code
should be written in a style that automatically shows the
who, what and how.
|
|