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 removing the root slot, and making it implicit #258

Open
michbarsinai opened this issue Nov 1, 2020 · 0 comments
Open

Consider removing the root slot, and making it implicit #258

michbarsinai opened this issue Nov 1, 2020 · 0 comments

Comments

@michbarsinai
Copy link
Member

e.g. _ROOT_ or something.

The basic issue is that the slot is not used in the model itself, only outside fo it. So really there's no need to name it, and by explicitly naming it there is a chance of error due to typos etc.

On the bright side, this allows "multi-linkage" thingy where we start a model with a different t root slot each time.

One middle ground option: create a synthetic root slots by making a compound slot from all non-parented slots. Use only if there is no explicit slot specification.

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