AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is There a Bug in the API?
I joined a team and I cloned the product, I did a Go get and it couldn't build. And they're like, why not? This is my first time using using Go. Strangely enough, I liked it because you had to be up to date with your dependencies. You couldn't just ignore them. They had to be updated. It lead to a situation where your packages were more stable because people will not want to break the API. Otherwise, all thedependencies would have to update as well. Didn't have to worry about them. Or you could compile the same binary twice and have updated dependency. So, I actually liked it at that time. But now...