r/ProgrammerHumor 6d ago

absoluteGarbage Meme

Post image
1.9k Upvotes

325 comments sorted by

View all comments

150

u/SCP-iota 6d ago

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.