Skip to content
This repository was archived by the owner on Dec 13, 2021. It is now read-only.
This repository was archived by the owner on Dec 13, 2021. It is now read-only.

Reduce use of “abstract” classes #10

@djcsdy

Description

@djcsdy

The “abstract” classes in haxe-xpath are pretty ugly because abstract classes don’t exist in Haxe and have to be simulated.

In most cases these would be better if we externalized the concrete methods into another class, and replaced the “abstract” classes with an interface.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions