Andrew Stopford's Weblog

poobah

Sponsors

News

Articles

Family

Old Blogs

R# and naming conventions

I am no R# Jedi so it could very well do this but I found my self wanting R# to check old code for Microsoft naming conventions (checking case etc), I know R# can apply suffix and prefix to naming styles but I really want to be able to apply a refactoring across old code to get it up to convention quickly.

Update: I came across this commerical opensource tool that will point out violations in naming standards and also apply refactorings, would be great to see something like this in R#.

Posted: Jul 31 2007, 11:14 AM by andrewstopford | with 5 comment(s)
Filed under:

Comments

Noticias externas said:

I am no R# Jedi so it could very well do this but I found my self wanting R# to check old code for Microsoft

# July 31, 2007 7:07 AM

Dave G said:

FxCop can check MS naming conventions.  Maybe somebody could borrow it's rule code, and apply it to resharper?

# July 31, 2007 7:29 AM

Colin Ramsay said:

I'm pretty certain there's a resharper bug about this, which mentions a more comprehensive naming system they'll be implementing. I was actually surprised that this functionality wasn't already in there.

# July 31, 2007 8:54 AM

Omer Mor said:

devAdvantage is out of business, so they moved it to the open source.

# July 31, 2007 11:07 AM

nick_rorace said:

# April 9, 2009 8:28 PM