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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -