I would recommend that engineers look to try Django Waffle for feature development within a team setting; it really streamlines flipping features on and off for testing. I think the simplicity of Django Waffle is pretty great, but it may be a limitation for those developing far more complex products.
This is clearly a platform built around experimentation first, and it shows. In this way Statsig is way ahead of the competition of products I've used previously! It's more data science focussed which makes configuration of new experiments complex with a learning curve.
For the most part it is pretty easy to use. - There are some quirks with the javascript SDK (getExperiment().getValue?). - The Events vs. Metrics design pattern is complex, and creating new Metrics from Events can be frustrating if you are trying to use event metadata - It's really frustrating not to be able to link Static IDs (before a user signs up) to User IDs, in order to follow users all the way through onboarding, or to log events that occur for signed in users when you are exposing the experiment to users before they've signed up
I found Django Waffle to work seamlessly with my Django-native codebase, and the implementation was extremely fast and intuitive. Gargoyle offers a bit more in the way of building more complicated code segments, but it's also more complex to implement. I use Django Waffle for nearly every project involving feature flipping.