Skip to main content
Question Protected by gnat
Post Made Community Wiki by k3b
Tweeted twitter.com/#!/StackProgrammer/status/172785065770754048
Source Link
JoelFan
  • 7.2k
  • 4
  • 41
  • 56

Should developers enter bugs into the bug tracking system?

While developing (either features or bug fixes) I sometimes happen to discover bugs that are not directly related to what I'm working on. What should I do in that situation. Just fix it? Try to remember to fix it later? Write it down somewhere? Or enter it into the bug tracking system?

I generally enter it into the bug tracking system and let the process play itself out (i.e. triaging, assigning, etc.). However I have hardly ever seen another developer enter a bug. (Why is that?)