Refactoring is a disciplined technique for restructuring existing code, altering its internal structure without changing its external behavior.
What ReSharper 4.0 templates for C# do you use? Let's share these in the following format: [Title] Optional description Shortcut: shortcut …
c# templates refactoring resharperPossible Duplicate: A tool like ReSharper, but for Java? I make very heavy use of the Java code refactoring tools …
java eclipse refactoring eclipse-jdtI was doing a little exploring of a legacy system I maintain, with NDepend (great tool check it out), the …
refactoring cyclomatic-complexityI have a fairly large solution with multiple subprojects (mostly C# with 1 or 2 C++ projects), each in its own folder. …
c# visual-studio-2008 refactoring solution csprojI have classes that for processing primitive array input: CharArrayExtractor for char[], ByteArrayExtractor for byte[], IntegerArrayExtractor for int[], ... public void …
java arrays refactoring primitive-typesJupyter (iPython) notebook is deservedly known as a good tool for prototyping the code and doing all kinds of machine …
python refactoring ipython-notebook readability jupyterI'm adding a new method to a class that implements an interface, and I like to use the "Extract Interface" …
c# refactoring resharperThe sort of stuff I'm after right now is quite basic: Auto format Detect unused variables Variable naming convention checking …
sql sql-server refactoringEDIT From posters hints, I've found the following helpful links on MSDN: How to: Raise Base Class Events in Derived …
c# refactoring inotifypropertychangedI had a discussion a few weeks back with some co-workers on refactoring, and I seem to be in a …
refactoring