Some of them import lists and use L., others don't. On the one hand, using the imports and prefixes makes everything watertight. On the other hand, it's kinda…ugly? And if we do it we should do it everywhere, which means even the very first example (images) would have all this "noise".
Given that we are anyway "closing" by using a use context, I think we should go with the minimal names, to make the examples as readable as possible. It does mean that if someone were to lazily copy the example and paste it into some other context it might not work…c'est la vie?
@jpolitz LMK what you think and I can implement it.
Some of them import lists and use
L., others don't. On the one hand, using the imports and prefixes makes everything watertight. On the other hand, it's kinda…ugly? And if we do it we should do it everywhere, which means even the very first example (images) would have all this "noise".Given that we are anyway "closing" by using a
use context, I think we should go with the minimal names, to make the examples as readable as possible. It does mean that if someone were to lazily copy the example and paste it into some other context it might not work…c'est la vie?@jpolitz LMK what you think and I can implement it.