Skip to content

Add Class Commons support#9

Open
bartbes wants to merge 1 commit intorxi:masterfrom
bartbes:class-commons
Open

Add Class Commons support#9
bartbes wants to merge 1 commit intorxi:masterfrom
bartbes:class-commons

Conversation

@bartbes
Copy link

@bartbes bartbes commented May 28, 2018

Here's a small class commons implementation that passes all class commons tests.

EDIT: I should probably add some context:

Class Commons is a project to allow libraries to write against a common class interface. That way, the author can use classes in their libraries, yet the user can use those classes with their library of choice. Meaning they can subclass your (library) classes, or vice versa, they can instantiate them as they would any other classes, you can instantiate their classes, and all that goodness.

I wrote this because I saw a post on the love forums of someone wanting to use classic with HC, which supports Class Commons.

@tst2005
Copy link

tst2005 commented May 29, 2018

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants