-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
check possibilitiesChecks of possible implementation neededChecks of possible implementation neededenhancementNew feature or requestNew feature or request
Description
When trying to refactor old code, one thing I often do is inline old PERFORM statements, and afterwards often to extract a method from the inlined code.
Would it be possible for a quick fix to inline a PERFORM statement and maybe even to extract a method afterwards and thus effectively replace a PERFORM with a method call?
I think at least for the first part, global variables should not be an issue, because when the FORM is in scope, all global variables used in the FORM should be in scope from the caller aswell. Parameters would need to be renamed in case of duplicates.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
check possibilitiesChecks of possible implementation neededChecks of possible implementation neededenhancementNew feature or requestNew feature or request