Skip to content
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.

Refactor extensions with a more functional approach #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

reset
Copy link
Collaborator

@reset reset commented May 17, 2014

All extensions right now are written as modules to be included in another class. They should be re-written to expose class functions which take an instance of the object they would be extending.

This will allow us to make the monkey patching optional and to access the extensions in a more deliberate way.

reset added 2 commits May 16, 2014 18:02
@cbandy
Copy link

cbandy commented Jun 10, 2014

Do this now. Nothing to wait on.

@reset
Copy link
Collaborator Author

reset commented Jun 10, 2014

@cbandy This is only two of the modules, the PR isn't done.

@davidmc24
Copy link

@reset Any progress on this?

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

Successfully merging this pull request may close these issues.

3 participants