So, I’ve been working little bits here and there on the movie database app, largely working on a feature flags library since my last article. This was inspired by this article, discussing whether to “make or buy” a feature flag library. Despite the article coming to the conclusion that you should pretty much “buy”, I was compelled by it to make my own, something I’d already been thinking about little bits here and there.
So, like I said, I have been working on my own for a while now. And now that I’m getting pretty close to done, I’m thinking about switching to a pre-built solution. I still haven’t fully decided, and if I finish, I’ll write an article about it. But the main reasons for this super short article are to inform you of what I’ve been doing and to link that article, which I think is pretty good.
Also, I’m thinking about revisiting my event bus and making it async, like I originally planned. We’ll see. And I’ll talk to you later!