On Thursday, 9 November 2023 at 18:35:38 UTC+1 Viktoriia Kapyrina 
Yelizarova wrote:

]  array_intersect is a common example of automation. It makes no sense to 
right it again and again as it is common operation which works the same way.


Except that almost all implementations of array_intersect
either have strange edge case (NaNs), have unintuitive semantics
(function equality), are awkward to use (callback/predicate hell)
or are dangerous to use (hidden runtime explosion).

The _simple_ cases are simple, but these are _simple_ and
stuff like array_intersect  don't provide much benefit here.

V.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/c11f4276-c802-4adb-b72d-7040dab317e8n%40googlegroups.com.

Reply via email to