I shall comply. :)
I would have redacted them from the final version anyway. I hate
comments on variables - if I need a comment I should just have better
variable name in the first place.
Regards,
Jim
Gregory (Grisha) Trubetskoy wrote:
On Sun, 12 Jun 2005, Jim Gallacher wrote:
PyObject *m; // session module
If I'm not mistaken, the // comments are not strictly C-compliant, we
should stay away from them.
Generally, we should try our best to adhere to this:
http://httpd.apache.org/dev/styleguide.html
I know mod_python isn't 100% compliant, but there is no reason to make
it even more non-compliant :-)
Grisha