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

explicitly reuse concepts when using include #3

Open
dret opened this issue Sep 29, 2013 · 1 comment
Open

explicitly reuse concepts when using include #3

dret opened this issue Sep 29, 2013 · 1 comment
Assignees

Comments

@dret
Copy link
Owner

dret commented Sep 29, 2013

just including another sedola document should not automatically use all of the concepts in that document. instead, the including document should have to explicitly list all of those concepts that it intends to reuse. this allows to also not use concepts when they are not required and should not be considered as being used.
this could be augmented by a "include-all-concepts" attribute on that by default is "no", but could be set to "yes", and then means that all concepts are intended to be used.

@ghost ghost assigned dret Sep 29, 2013
@dret
Copy link
Owner Author

dret commented Mar 23, 2016

the last refactoring round changed "include" to "import" and supports more explicit reuse of concepts. instead of a blanket "include", one "import"s a service, and then specifies which concepts one is actually using. still needs to be backed up by code processing the imports, but that's the general direction.

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

1 participant