Refactoring Javascript: extract method
I miss the automated refactorings in Eclipse. While I am sure that other languages will catch up eventually, for now, I find myself refactoring manually. Here is an example of how I did an “Extract Method” refactoring in Javascript.
