You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm providing code reviews, I like to include why I'm suggesting the change. Some common reasons that I've used to suggest a code change are:
More readable code
Code style
Tell don't ask principle
Code cleanup
DRY principle
Some of these, like the "More readable code", I use more often than others. Right now I include this as part of the Description field in Comment Details. Instead it would be nice to be able to enter this as a separate field called "Reason". I'm thinking a ComboBox with the more common reasons already present in the dropdown with the ability for the user to enter a custom value.
The text was updated successfully, but these errors were encountered:
More example of Problem Categories
Good link for category is - http://sourcemaking.com/refactoring [^]
This can be taken as xml input where enterprise can define there own categories
xml format can be
<categories>
<category>
<parent><parent> e.g. General, Performance, Naming, Available,
<type></type> e.g. Duplicated Code, Bad Method Name, Dead Code, Large Method, Too Many Method Parameters
<description></description>
</category>
<categories>
Created by "sudr":
The text was updated successfully, but these errors were encountered: