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

Reduce use of “abstract” classes #10

Open
djcsdy opened this issue Jul 12, 2013 · 0 comments
Open

Reduce use of “abstract” classes #10

djcsdy opened this issue Jul 12, 2013 · 0 comments
Milestone

Comments

@djcsdy
Copy link
Owner

djcsdy commented Jul 12, 2013

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant