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

Harden up contracts between Edges core and Renderers #7

Open
richard-jones opened this issue Dec 13, 2017 · 0 comments
Open

Harden up contracts between Edges core and Renderers #7

richard-jones opened this issue Dec 13, 2017 · 0 comments

Comments

@richard-jones
Copy link
Member

Currently the core, components and renderers are loosely coupled, making it difficult to be sure you can switch them around as you would like. Renderers are essentially dependent on their Component to be the right shape, which means it can be difficult to use Renderers on multiple components, and vice versa. We should architect a better way of defining the contract between the edges core and the renderers so that there is more portability.

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

No branches or pull requests

1 participant