//************* xxx function START *************//
code block...
//************* xxx function END *************//
还有一个是维护类代码的注释,在我待过的公司,以及被外派,出差,各种onsite/offshore合作过的公司中,同样发现很多人都喜欢这么写...
先把bug代码块注释掉,然后...
//************* modified by xxx at 2013-02-14 for xxx reason START *************//
code block...
//************* modified by xxx at 2013-02-14 for xxx reason END *************//
code block...
//************* xxx function END *************//
还有一个是维护类代码的注释,在我待过的公司,以及被外派,出差,各种onsite/offshore合作过的公司中,同样发现很多人都喜欢这么写...
先把bug代码块注释掉,然后...
//************* modified by xxx at 2013-02-14 for xxx reason START *************//
code block...
//************* modified by xxx at 2013-02-14 for xxx reason END *************//
