Tagged Questions
3
votes
7answers
673 views
Programming Language Properties that facilitate refactoring?
What are common traits/properties of programming languages that facilitate (simplify) the development of widely automated source code analysis and re-engineering (transformation) tools?
I am mostly ...