I have a large codebase that uses Systems Hungarian for most variable names, which basically means I have lots ofobjQueue\'s, objCommon\'s, dtDataSet\'s et cetera.
CodeRush has this nifty plugin called cr_ClassCleaner that allows me to sort the elements in the class (e.g. 开发者_StackOverflow中文版methods, private variables, etc...).
I\'ve got a 开发者_StackOverflowbit of a messy DB. There are a lot of stored procedures that I strongly suspect are not used. I can easily get all their names in a text file, one name per line. Now I
I need to cleanup a some legacy code. Removing unused开发者_开发技巧 code is an important step.
VS2010 / R#5.1 I have this \"line\" of code: With.Mocks(_mocks).Expecting(() => { _fooServiceMock.Expect(x => x.FooMethod()).Return(fooMockData);
I have working on a web app for almost 2 years now and a lot unnecessary code(c#, html, js, css ) has accumulated in it. I have been trying to clean it up for a while now but with not great success.
I\'ve accidentally put some white开发者_JAVA百科space in my initial commit - it shows up red in git diff --color. What\'s the best way to get rid of the existing whitespace and how can I avoid this ha
I\'ve inherited a ASP.Net 2.0 (File System) Web Project from a client, where a few different companies have worked on this project in recent years. The project has been handed from one company to the
Perl code fragment: my $export = $doc; $export =~ 开发者_JAVA技巧s:\\.odt:\\.pdf:; How would this be written cleaner? Not simply what are 900 other ways to write it, TMTOWTDI.
When using \"Cleanup Code\" function in ReSharper 5.0, code cleanup removes the aspx page line: Seems like an issue within ReSharper 5.0. Anyone else 开发者_运维知识库having the same issue.