I have added many //TODO: comments, look for these using some search tool,
windows file finder, or an IDE search tool. vi editor will also search many
files at once.
Remember to update, commit often when you begin work, that way if two people
begin to work on the same method, you will know it, cvs will give a merge
error. Then you must cooridnate with other person trying to edit that
method. There may be a way with cvs to lock a file, but not aware of it
right now. I know you can track a file, so that if someone commits something
you get an email saying that file had been edited.
This is the most expediant method I have right now for creating work for
programmers to do.
thanks.
|