Syntactically Transparent Refactorings

It is desirable to have SyntacticallyTransparentRefactorings.

Typically, an object, function, or data value is defined in one place, and used in many other places.

It is nice if, when refactoring, the definition can be changed, but all uses be left unchanged. This is "syntactically transparent": e.g. the user may not be able to tell how the object is implemented.

One particular language feature supports syntactic transparency for refactorings in object-oriented programming languages:

Impediments to SyntacticallyTransparentRefactorings:


CategoryProgrammingLanguage


EditText of this page (last edited February 13, 2010) or FindPage with title or text search