Mistake: Displaying UI features that don’t work


Mistake: Displaying UI features that don’t work.

This is a common mistake on pre-production projects. Displaying buttons/pages/features that don’t work leads to confusion, ambiguity, and instability.

Constantly asking “is this supposed to work?” in reviews and meetings is time-consuming and annoying.

Solution: Only display features that work. Hide incomplete features via feature flags.

This way, everyone is clear. If I can see it, it should work.

View original on X