Teiva Harsanyi @teivah.dev · Dec 9

A fancy pattern I like in Go to pass multiple variadic arguments. I wouldn't use it everywhere but in some specific contexts it can make sense. For example in a testing context to make the test cases as short as possible. Playground: go.dev/play/p/IYXc2...

5 likes 1 replies

?

Replies

CallMeMrYogurt · Dec 9

I understand everything what is going on here and at same time this feels dirty to me. Maybe I spend too much time with "old"