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

Consider making core provider references not need array-indexing #57

Open
iislucas opened this issue Jun 7, 2014 · 0 comments
Open

Comments

@iislucas
Copy link
Contributor

iislucas commented Jun 7, 2014

Currently core providers are entried in freedom with the prefiex core.; unfortunately, this makes them impossible to be given clean type interfaces (strongly type systems do not allow multi-type arrays as multi-typed collections are bad coding-style: indexes are not food syntax to indicate type).

It would avoid the need for a gross hacky rename prefix file for that binds every core.XXX to core_XXX if freedom just used the core_XXX style to start with. Or even better: freedom.coreProviders.XXX and freedom.providers.XXX and freedom.rawModule.XXX (for just on/emitable things).

What do you think? :)

@willscott willscott removed the v0.5 label Jul 9, 2014
@agallant agallant added this to the freedom v0.7 milestone Nov 3, 2015
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

3 participants