On Tue, 3 Nov 2020 at 17:38, Eugene Sidelnyk <zsidel...@gmail.com> wrote:

> I am wondering why don't we use ordinary `->` operator with safe null
> handling?


Hi,

- changing the current behaviour of `->` would be a huge BC break
- and if we need another reason, there are many situations where you do
want to fail early if the left operand is null, so the current operator is
a good fit

— Benjamin

Reply via email to