Hi,
I've been using a basic way of scoring of bugs. I basically rate their severity from 1 to 4 (obviously very subjective) and "tag" structures in my teams programs (classes, methods within a class, etc.).
At that point, I create a basic graph of the "hot" areas of an application. The hot areas are where bugs are showing up the most often.
I'm guessing there are more complex techniques out there. Can someone point me in the direction of books/articles on these techniques?
My goal is to eventually make my architecture decisions more quantitative and less based on intuition or general "best" practices guidelines.