Skip to content

[CODE] Plugin as a class #30

@yoavgolan

Description

@yoavgolan

Creating a Plugin class will help create:

  • logical inheritance of plugins (like: Plugin->IdePlugin->PycharmPlugin)
  • clear and enforceable interface for a plugin (like: run, check etc...)
  • common code for all plugins (for example: Determining the OS and running the correct run function)

Metadata

Metadata

Assignees

No one assigned

    Labels

    code-changecode/structure related issueenhancementNew feature or requestmediumMedium priority

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions