How do you keep track of the authors of code?

Posted by dustyprogrammer on Programmers See other posts from Programmers or by dustyprogrammer
Published on 2011-01-07T14:21:10Z Indexed on 2013/11/05 16:11 UTC
Read the original article Hit count: 213

Filed under:

This is something I was never taught. I have seen alot of different types of authoring styles. I code primarily in Java and Python. I was wondering if there was a standard authoring style or if everything is freestyle. Also if you answer would you mind attaching the style you use to author files that your create at home or at work.

I usually just go

@author garbagecollector
@company garbage inc.

© Programmers or respective owner

Related posts about programming-practices