classic icon indicating copy to clipboard operation
classic copied to clipboard

Add Class Commons support

Open bartbes opened this issue 6 years ago • 1 comments

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.

bartbes avatar May 28 '18 16:05 bartbes

:+1:

tst2005 avatar May 29 '18 10:05 tst2005