Use objects for namespaces #73
hector6872
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This took me more than a while to reconcile with myself on, because when I see a bunch of top-level functions like this the first thing I think is that we're going to end up polluting our class-space very quickly.
Are there opinions on utilizing some kind of namespacing here?
This has the upside of making it easier to find things. If I want a specific spacer I can do
Spacers.
and get a nice list.I can be convinced either way, just a random musing.
Originally posted by @exallium in #66 (comment)
Beta Was this translation helpful? Give feedback.
All reactions