Comment on What system do you use for bug tracking?parentComments−juwo19yIMHO, poor thinking. (sorry)how will you prioritise and track them - open up all the files?−jey19y grep FIXME *.l | sed s/^;;// | sort -n−juwo19ystill poor thinking (sorry again).- what about bugs that dont belong to one file; and those that are across modules?- to edit or reprioritise, you must open up the files again. Imagine making a Project Manager or business guy learn vi, not to mention messing up your code!I work defects into my status report. It is just another heading - and move them around the categories. (template: http://juwo-works.blogspot.com/2007/08/my-status-report-temp... ).
Comments
IMHO, poor thinking. (sorry)
how will you prioritise and track them - open up all the files?
still poor thinking (sorry again).
- what about bugs that dont belong to one file; and those that are across modules?
- to edit or reprioritise, you must open up the files again. Imagine making a Project Manager or business guy learn vi, not to mention messing up your code!
I work defects into my status report. It is just another heading - and move them around the categories. (template: http://juwo-works.blogspot.com/2007/08/my-status-report-temp... ).