Start using context parameters. Noticed that some...
# language-evolution
p
Start using context parameters. Noticed that sometime there is a need to make all functions in class/file define within the same context. It will be very nice to have posdibility to define context parameters on class or file, to not repeatedly do it for each function.
3
h
Yes! That or something like context-aliases so that it's not so verbose to repeat them on each function.