Has Map shorthand syntax in other languages caused you any problems?

I’ve not really had issues, but then again I’ve used it for a long time.

It would be a nice-to-have in Elixir, but not required, would help reduce those super long controller heads though.

I don’t like those, they should require [] and I try to put [] but the formatter keeps removing it… >.<

Either way, those save 2 characters, unlike map shorthand that saves a LOT more, a whole LOT more.

Easier to do in a typed language, but not in an untyped/dynamically-typed language like Elixir.

Like the amount of C++ I can write by only typing a few things is astounding. I feel hugely more productive in C++ than I do in Elixir, even though it takes more code.