I wish I had a tool which measures the trend of every line code in my codebase in production, and shows me on IDE on the background of each line of code which code is mostly used (dark green background or such) and which code is barely used (in light green), and in gray unused code in production (based on the trend of last few months. The benefits : - I will understand during development which code is mission critica…
I would want something slightly different. I care a lot about how recently code has been changed. I usually don't care how much code is run in production, unless it isn't run at all, and then I care a lot. So: Code that was changed within the last week: red Code that was changed within the last month: yellow Code that hasn't been changed in over a month: normal Code that hasn't been touched in over a year: green Dead…
https://docs.microsoft.com/en-us/visualstudio/ide/find-code-...