inclusive-code-reviews-browser icon indicating copy to clipboard operation
inclusive-code-reviews-browser copied to clipboard

Show results over previous code reviews

Open drewnoakes opened this issue 3 years ago • 2 comments

I'd be interested to see the results of this analysis over my previous code reviews, to better understand how I could improve the feedback I provide to others.

drewnoakes avatar Oct 06 '22 23:10 drewnoakes

There is a way to query your own comments with an internal data source:

https://github.com/jonathanpeppers/inclusive-code-reviews-ml/blob/main/docs/CloudMine.md

But then you'd probably need to write a C# console app using ML.NET & our model.

We've been trying to decide how we could share the model more easily for other projects. Which of these sound most helpful to you?

  • a .NET global tool you can pass text in
  • a NuGet package that gives a reasonable API & bundles the model inside

jonathanpeppers avatar Oct 10 '22 14:10 jonathanpeppers

I was thinking of something more at the feature level. For example, the extension opens a browser tab showing past review comments on GitHub/AzDO that were flagged by the model. This could a) help train the model, and b) help me see patterns in my own review style and consider how I could improve.

drewnoakes avatar Oct 11 '22 10:10 drewnoakes