Those Generics syntax in Golang seems so hard to read.
java feels kinda unhinged the more that i look at it
public static > T max(Collection c)
:x i wonder if anyones done something like this, would be super unhinged Map>, ? extends Map>>>>>> config;
go seems to get a lot of flack around these parts. i kinda lurv it though, just getting compiled binaries out of not much code and not needing a runtime to do shtuff. once i got a wrangle on goroutines i dunno i feel like its pretty solid for webapp backend which is mostly what i use it for