Refactoring is a disciplined technique for restructuring existing code, altering its internal structure without changing its external behavior.
I am using Vim to read through a lot of C and Perl code containing many single letter variable names. …
vim variables refactoringAre there any tools which support refactoring PHP code (renaming variables, extracting methods, finding method references, ...)? Thank you.
php refactoringIs there a simpler way of reordering methods within a class source file in IntelliJ than cutting and pasting the …
java refactoring methods intellij-ideaIs there any easy way to delete no-more-using packages from requirements file? I wrote a bash script for this task …
python pip refactoring pycharm requirements.txtIs there a way to organize C# usings (remove and sort, in separate or together) via a shortcut in Visual …
c# visual-studio visual-studio-2013 refactoringWe are refactoring a legacy web app and as a result are "killing" quite a lot of JavaScript code but …
javascript refactoring dead-codeI am trying to determine if a runtime type is some sort of collection type. What I have below works, …
c# collections types refactoringI'm beginning to use Facebook React in a Backbone project and so far it's going really well. However, I noticed …
javascript refactoring mixins reactjsI have a question about simplifying some Collection handling code, when using Google Collections (update: Guava). I've got a bunch …
java collections refactoring guavaIn order to refactor a client-side project, i'm looking for a safe way to find (and delete) unused code. What …
javascript reactjs refactoring dead-code