Fun with (Feature) Flags
9 min
Let’s explore what feature flags are, how they work, and their pros and cons compared to some traditional approaches
Read post ›
Feature Flags: Removing Unused Methods on Cleanup
3 min
Keep your codebase clean and organized with the FeatureFlagWillMakeThisObsolete annotation. Mark unused methods that can be safely deleted on feature flag cleanup a breeze. Say goodbye to clunky workarounds and technical debt
Read post ›