A short poll. Which name is better for annotated s...
# compose
s
A short poll. Which name is better for annotated string builder? • annotatedString(lambda) vs • buildAnnotatedString(lambda)
1️⃣ 3
2️⃣ 25
e
on one hand, stdlib has
buildString(lambda)
. on the other hand, other stdlib builders like
sequence(lambda)
don't include "build" in the name
k
0-based or 1-based index?
😆 1
s
thank you all. 🙏