Do you know how to laser in on the smelliest code?

Last updated by Github-actions[bot] about 1 month ago.See history

Rather than randomly browsing for dodgy code, use Visual Studio's Code Metrics feature to identify "Hot Spots" that require investigation.

lotto balls
Figure: The bad was is to browse the code

VS 11 Code Metrics
Figure: Run Code Metrics in Visual Studio

CodeMetrics 3 1710232021935
Figure: Red dots indicate the code that is hard to maintain. E.g. Save() and LoadCustomer()

Identifying the problem areas is only the start of the process. From here, you should speak to the developers responsible for this dodgy code. There might be good reasons why they haven't invested time on this.

codelens start conversation
Figure: Find out who the devs are by using CodeLens and start a conversation

Tip: Learn the benefits of Source Control.

Suggestion to Microsoft: Allow us to visualize the developers responsible for the bad code (currently and historically) using CodeLens.

We open source. Powered by GitHub