Do you highlight incomplete work with red text?

Last updated by Nick Curran [SSW] 4 months ago.See history

This rule has been archived
Archived Reason: Covered by https://www.ssw.com.au/rules/todo-tasks

It is important that users of your application who provide feedback have very clear indications of work that is not yet complete, to avoid feedback on sections of your application that are still under development.

Also, see our rule on colour usage in Windows Forms.

4e246f bad incomplete work
Figure: Bad example - A tester or a Product Owner who comes to this page may believe that it is broken, or that the developers have 'missed' it. Always be clear about what parts of your application are not yet ready for feedback

400e3f good incomplete work
Figure: Good example - It is clear to testers and to the Product Owner that this page is incomplete, but they can get more details from the Product Backlog

5b99bb best incomplete work
Figure: Best example - Use feature toggles to not show incomplete elements to testers or Product Owners

See FeatureToggle by Martin Fowler. Feature Toggling can require a large amount of extra work and so is often only implemented by teams with a need to ship features while others are still in development

We open source. Powered by GitHub