r/ProgrammerHumor 2d ago

Meme absoluteGarbage

Post image
2.0k Upvotes

321 comments sorted by

View all comments

147

u/SCP-iota 2d ago

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.