Comment by vbezhenar Comment by vbezhenar 2 days ago 1 reply Copy Link View on Hacker News Just use pointers everywhere? Who cares.
Copy Link softwaredoug 2 days ago Collapse Comment - But just not a pointer to an interface.Its annoying to need to think about whether I’m working with an interface type of concrete type.And if use pointers everywhere, why not make it the default? Reply View | 0 replies
But just not a pointer to an interface.
Its annoying to need to think about whether I’m working with an interface type of concrete type.
And if use pointers everywhere, why not make it the default?