javascript-refactoring
javascript-refactoring copied to clipboard
A collection of refactoring patterns for improving the design of existing JavaScript code.
Results
4
javascript-refactoring issues
Sort by
recently updated
recently updated
newest added
Moving from a for-loop to `forEach` can have side effects when the logic depends on context, so add an example
Add a section to each pattern called Motivation. This section should describe when the user should and should not implement the refactoring.
enhancement