@andnull@social.nouveau.community
Post #4379929
2026-08-04 10:48 UTC
There are many criticism of Go to make, but I never like how it uses pointer syntax and allows for return a pointer to a local allocation such as:
func f() *T {
retunr &T{}
}
That just makes my dangling pointer detector glitch out.
Replies (0)
No replies.