CodART icon indicating copy to clipboard operation
CodART copied to clipboard

Functional interface for some refactoring

Open m-zakeri opened this issue 4 years ago • 0 comments

Describe the bug Some refactoring does not have a class interface. It makes them hard to use.

To Reproduce Look at refactoring such as pullup_field in the refactoring package.

Expected behavior It can be used as an object instance responsible for refactoring.

Screenshots ...

Additional context The CodART is a fully object-oriented project. All refactoring must have a wrapper class with a clear interface.

m-zakeri avatar Mar 21 '21 17:03 m-zakeri