Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove core's dependency on UnderscoreCF for the sake of core being CORE #7

Open
jfrux opened this issue Sep 24, 2012 · 3 comments
Open

Comments

@jfrux
Copy link
Contributor

jfrux commented Sep 24, 2012

Ideally, core should remain pure from outside modules.
Only things in core should be base functionality that is added to foundry.
If we feel something is to be added to core, we can include it individually.

Path.cfc has some basic dependencies on Underscore, I don't think anything else does.

@russplaysguitar
Copy link
Member

That is fine, just keep in mind that some Underscore.cfc methods depend on other methods within the component.

You might want to keep Underscore.cfc around for a bit in case you need any additional functions from it as work is being done on Foundry, though?

@jfrux
Copy link
Contributor Author

jfrux commented Sep 24, 2012

Indeed, you're definitely right.
It has been very useful!

@russplaysguitar
Copy link
Member

I'm glad! Were you familiar with Underscore.js before finding Underscore.cfc?

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

No branches or pull requests

2 participants