Skip to content

Make extensions extensible #575

Open
@Stockless

Description

@Stockless

In the current implementation, extensions are being handled by using a long if/elseifchain, which is not very extensible, since new extensions requires modifying this block.
As @cncastillo mentioned in PR #558 , it would be good to replace this handling with multiple dispatch, allowing the users to define their own extensions without having to modify this code.

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