c# - Should I use the ReSharper rules for naming? -
i have small , new mvc application working on. installed trial edition of resharper , suggesting few (many) name changes.
in particular it's suggesting method name changes getstorageaccount
getstorageaccount
, local variable name changes _questiontable
questiontable
, on.
i application conform as possible. suggest spend hour changing it's done way resharper suggests. have time , time it.
yes. resharper suggest. iirc resharper follwing .net naming guidelines
resharper docs says default var usage is:
can change explicit 'var' , vice versa, specifically:
- in iterators: uses var except simple types.
- in local variables: uses var when initializer has type usage
Comments
Post a Comment