Skip to content

Idea: Refactor AutomationFactory to be interface-based #3

Description

@eoware

By refactoring an interface out of AutomationFactory, alternate event handler paradigms could be implemented other than reflection-over-a-C#-assembly. An abstract factory pattern could be used so multiple paradigms could be used at the same time.

I am looking into building an asp.net web app that could use the current reflection factory as well as a javascript-parser that hooks up and executes script-based event handlers configured from a UI while also executing a set of standard handlers built in an assembly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions