Comment on Why is D3 so Verbose?parentComments−lionkor1yMaybe overloadable operators like in C++, where -> usually demotes some kind of deeper access into the object or abstraction? Or, the opposite, and abstracted access.−DanielHB1yThat is what I thought, but that doesn't make sense for a language without pointersAccording to the other comment it seems he meant the |> pipe operator that is under proposal in js
Comments
Maybe overloadable operators like in C++, where -> usually demotes some kind of deeper access into the object or abstraction? Or, the opposite, and abstracted access.
That is what I thought, but that doesn't make sense for a language without pointers
According to the other comment it seems he meant the |> pipe operator that is under proposal in js