I was wondering if there are some of you guys have best practices for implementing feature toggles in Mendix apps?
How do you implement the toggles?
- with Constants? (no runtime feature toggles)
- with a Toggle entity? (at runtime feature toggles)
- with booleans/enums?
- Different userroles?
I also wondering if there are some experiences with automated A/B testing in combination with these feature toggles.
thanks for sharing :)