c# - Why doesn't resharper suggest removing redundant access modifiers? -
resharper superb, fule kno.
however, if declare method such:
private void methodname() { //code in here } or enum:
public enum someenum { value1, value2 } resharper doesn't suggest removing redundant access modifiers... why not?
it doesn't suggest removing redundant comments either. recognises of content of code file, while technically redundant compiler, enhances code readability, , hence maintainability.
Comments
Post a Comment