Closed benbovy closed 4 years ago
I'm struggling to find a good name for global references, which is currently xs.global_ref()
. I wish I could use xs.global()
, but global
is a reserved keyword. Other candidates, although none of them really convince me:
xs.public()
-- I think that the concept here is much closer to local/global than private/public.xs.anywhere()
-- too elusiveAny idea / opinion @eho-tacc?
Any idea / opinion @eho-tacc?
Ah, right. I suppose one could use an abbreviation like xs.glob
, though this is still pretty elusive (and could be conflated with glob.glob
). I'll keep thinking about this, but for now global_ref
sounds best.
I suppose one could use an abbreviation like xs.glob, though this is still pretty elusive (and could be conflated with glob.glob)
Yeah I'd like to avoid abuse of wildcard characters in global names 😃
Let's stick with global_ref
for now.
Thanks, @benbovy! Pretty busy this week, but I'll get around to testing this in my app ASAP
black . && flake8
whats-new.rst
for all changes andapi.rst
for new API