Part 1/3
The technology scene changes yearly. With JavaScript, it changes daily – that’s at least what some have come to believe.
This essay is about making refactoring in the software source code level.
This essay does not go into the theory and practice of refactoring, ie. the details of what the ‘smells’ are in various languages etc.
Instead, this is general piece of writing explaining the practical background of building a refactoring tool, especially for language that might be a bit more difficult target: JavaScript.
Why not just use the tools of the trade?
Why not? Why JavaScript is difficult to refactor? Or is it?
We’ll get to the question much more deeply! See you in the next
part.
Leave a Reply