AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Make a Program Generic
I just like, you know, writing programs, like keep it simple most of the time. So if you just implemented one thing, then yeah, don't muck around making it generic. You can do it for one type and actually the changes to make it use an interface tend to be pretty small. I found it sometimes takes a bit of thought to figure out what is the thing that I should be parameterized on.