So there are quite a few components to code optimisation and refactoring of code.
The largest indicator for me is cyclomatic complexity, I work on the bases of anything over 7 should be refactored.
I want other methods of detecting code issues with large projects that other people use, specifically with SharePoint.
Regards,
Hugh
I understand the issues in a little more detail now, it also helps me understand what I am looking for.
Basically the ability to create design patterns and map them together with ratings on which is the most efficient, with a way of detecting a pattern that’s used and suggesting an alternative.
I think the best version of this would be “community” code analysis which allows you to submit code segments against design patterns or something of the ilk which would translate that into an alternative pattern. This would require some sort of CA for speed and evaluation of objects.