Train your eye for code that lasts
Real conventions from React, MUI, and production codebases.
deletevsonDelete
Callback naming — why the on prefix matters.
visiblevsisVisible
Boolean props — making yes/no questions obvious at a glance.
data: anyvsusers: User[]
Prop specificity — say what it is, not what it could be.