Remix.run Logo
ARandomerDude 8 months ago

> Map and ForEach don't align with Go's emphasis on simplicity and explicitness

I've never paid my bills with Go, but `Map` and `ForEach` don't seem all that different than `for _, u := range Users` to me. Yes, the former is "functional" but only mildly.

prisenco 8 months ago | parent [-]

In that case there's no particular reason to use them. As far as Go's philosophy goes.

ARandomerDude 8 months ago | parent [-]

touché