Skip to content

invoke: Throw error if the invoked function name matches no function #49

Description

@lpepin-sama

If using invoke(params, 'somefunction') somewhere in the code and then we later rename somefunction to someotherfunction, an error should be thrown to let the developer know that invoke is being called with the wrong function name.

A use case for this is when a function is renamed through the IDE if 'search in strings' when refactoring is disabled.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions