Refactoring metrics

Associate
Joined
18 Oct 2002
Posts
1,044
Hi All,

I recently did some work converting some pages from a table based layout to divs & spans, I've more or less finished and it looks (to my eyes at least) to be pritty much there, but I've been wondering what other "measures" I'd be wise to apply other than appearence.

How do you judge the sucess of your own refactoring projects?

Any & all help welcome! :D

akakjs
 
You could measure lines of code, as a rough guide of efficiency? Load times? Complexity (i.e. nested tables can be quite complex) you could even measure html validation errors. Of course these all rely on you having the old version still!!
 
Back
Top Bottom