Facades... what is their purpose exactly?
I'm switching from 5.6 and threw myself into the docs and the code on a live project.
These 'facades'... what is their purpose? I see they somehow insulate the developer from the fact if a particular object is a singleton or not, if a method is an inst…