In view of the recent discussion about stripping comments off patches:

1. One of the issues is the fact that comments starting with // (rather
than enclosed by /* . . . */) are stripped off, rather than converted
from the first into the second.

The reason behind this is valid, although I doubt whether nowadays there
is any C compiler not supporting the // notation.

2. Is anyone else in favor of forking the Net-SNMP project over the
comments issue?

The forked version would follow the same policies as Net-SNMP except
that all comments are retained.  Any // comments would be converted
into /* . . . */ comments by a commit script.

Rationale: I expect it to be easier to fix wrong comments than to
document and add comments to code lacking them.

                                              --- Omer

-- 
Philip Machanick: "caution: if you write code like this, immediately
after you are fired the person assigned to maintaining your code after
you leave will resign"
My own blog is at http://www.zak.co.il/tddpirate/

My opinions, as expressed in this E-mail message, are mine alone.
They do not represent the official policy of any organization with which
I may be affiliated in any way.
WARNING TO SPAMMERS:  at http://www.zak.co.il/spamwarning.html


------------------------------------------------------------------------------

_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to