szabototo89 / CodeSharper

Refactoring tool, written in C# and using TDD for developing
1 stars 0 forks source link

Implement Transformation API #43

Open szabototo89 opened 9 years ago

szabototo89 commented 9 years ago

Transformation API is a generalized API for transforming (removing, appending or changing) nodes.

szabototo89 commented 9 years ago

There are two ways to implement this feature: implement interfaces (like IAddable, IRemovable etc.) or create another tree being responsible for removing, adding etc.