AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Importance of Knowledge in Go
Go is structurally typed rather nominally typed. So that means I don't have to say this thing implements this port. It just does, right? I can just plug this thing in and it works, right? That's a valid idea for some context. But I really don't see the value making the ports folder with a bunch of interfaces in them. You just don't need that in Go. The knowledge is the thing that is useful.