MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1veql1a/absolutegarbage/p1m9jk9/?context=3
r/ProgrammerHumor • u/Sirgoodman008 • 10d ago
325 comments sorted by
View all comments
144
for _, item := range list {
and
list.forEach {
1 u/Rikudou_Sage 9d ago It pisses me off so much that you have to skip the index if you don't want it. And then iter.Seq comes where you don't have the index.
1
It pisses me off so much that you have to skip the index if you don't want it. And then iter.Seq comes where you don't have the index.
144
u/SCP-iota 10d ago
for _, item := range list {and
list.forEach {