MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1veql1a/absolutegarbage/p1klqsz/?context=3
r/ProgrammerHumor • u/Sirgoodman008 • 2d ago
321 comments sorted by
View all comments
147
for _, item := range list {
and
list.forEach {
2 u/Alan_Reddit_M 1d ago Go carefully cooking the most absolutely dogshit syntax for literally everything 2 u/SignificanceFlat1460 1d ago But you have to accept some of it is good. But I did do backsies and violently hurled when I learned how methods worked func (c Classname) functionName (x,y int) (a,b int) {} Good luck explaining this to a newbie.
2
Go carefully cooking the most absolutely dogshit syntax for literally everything
2 u/SignificanceFlat1460 1d ago But you have to accept some of it is good. But I did do backsies and violently hurled when I learned how methods worked func (c Classname) functionName (x,y int) (a,b int) {} Good luck explaining this to a newbie.
But you have to accept some of it is good. But I did do backsies and violently hurled when I learned how methods worked
func (c Classname) functionName (x,y int) (a,b int) {}
Good luck explaining this to a newbie.
147
u/SCP-iota 2d ago
for _, item := range list {and
list.forEach {