elm/core

Shorter boolean operators

dullbananas opened this issue · 3 comments

Use & instead of &&, etc.

Thanks for reporting this! To set expectations:

  • Issues are reviewed in batches, so it can take some time to get a response.
  • Ask questions a community forum. You will get an answer quicker that way!
  • If you experience something similar, open a new issue. We like duplicates.

Finally, please be patient with the core team. They are trying their best with limited resources.

That operator traditionally is used for bitwise operations, so I think @laurentpayot's approach is more attractive of the two ideas here.