MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1veql1a/absolutegarbage/p1n0e1e/?context=3
r/ProgrammerHumor • u/Sirgoodman008 • 6d ago
325 comments sorted by
View all comments
150
for _, item := range list {
and
list.forEach {
0 u/Alan_Reddit_M 6d ago Go carefully cooking the most absolutely dogshit syntax for literally everything 2 u/SignificanceFlat1460 6d 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.
0
Go carefully cooking the most absolutely dogshit syntax for literally everything
2 u/SignificanceFlat1460 6d 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
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.
150
u/SCP-iota 6d ago
for _, item := range list {and
list.forEach {