Encapsulation by Obfuscation
A while ago we explained
what the >> syntax stands for:
it auto-names an abstract object when a meaningful name is unnecessary,
and the compiler quietly generates a random unique one under the hood.
Recently we let this same >> carry a handle of your choosing,
and this small change gave EO a new way to hide things.
We call it “encapsulation by obfuscation”.