beantaxi
No user record in our sample, but beantaxi has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but beantaxi has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Since you asked, I find the terse version to be completely unreadable*. If I wanted to understand it, I’d end up writing out all the steps for myself anyway. There’s an asterisk here because you cherrypicked a function…
They might indeed. Or a := []int{1,2,3,4} it := slices.All(a) itRev := slices.Reverse(it) itMap := slices.Map(it) itFilter := slices.Filter(it, func(i int) bool { return i % 2 == 0 }) slices.ForEach(it, func(i int) {…
Sounds pretty interesting. If you were to write up how you tested this, I’d definitely read it.