Hello everyone!
I must admit, I struggle to understand the actual use case for view locking.
Why should I lock the views? To ensure that the view is wrong when model is updated by the view is not?
And if I can lock the view to prevent myself from applying changes to a view, what would prevent me from unlocking the view and applying those changes?