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

Should std.param be only accessible from the top level script? #81

Open
dlespiau opened this issue Jan 3, 2019 · 0 comments
Open

Should std.param be only accessible from the top level script? #81

dlespiau opened this issue Jan 3, 2019 · 0 comments
Labels
question Further information is requested topic/hermeticity topic/std Relates to the standard library

Comments

@dlespiau
Copy link
Member

dlespiau commented Jan 3, 2019

It may be nice to restricts parameters to the top level to avoid the "glog" effect. Having libraries defines all sorts of parameters without the user having a say in it.

It also has a more functional feel to it: parameters are supplied at the top level and trickle down.

Library could still expose object describing parameters and top level script expose them if it's what the user wants.

@dlespiau dlespiau added the question Further information is requested label Jan 3, 2019
@dlespiau dlespiau added the topic/std Relates to the standard library label Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested topic/hermeticity topic/std Relates to the standard library
Projects
None yet
Development

No branches or pull requests

1 participant