When we add a new file,
In .h & .m file, there is always a comments/documentation section at top.
example.
//
// SimpleGameAppDelegate.m
// SimpleGame
//
// Created by hbmac2 on 01/10/09.
// Copyright __MyCompanyName__ 2009. All rights reserved.
//
Here, there is by default hbmac2 - is user name & MyComapnyName is also default.
Can't we set it like,
Created by Sagar -
HiddenBrains.com - by default?
Can we set any other comments to be there by default?