Modifying existing code, what's your commenting style?

Posted by Blankman on Stack Overflow See other posts from Stack Overflow or by Blankman
Published on 2008-12-04T17:20:18Z Indexed on 2010/04/04 5:43 UTC
Read the original article Hit count: 450

When you modify existing code, how do you comment the code?

i.e.

// changed code to ...
// by: blankman
// modified: 20081204

Looking for a nice format ...

© Stack Overflow or respective owner

Related posts about coding-style

Related posts about best-practices