I Found An Old, Old, Outlook Form in my new Outlook!

So I’ve never come across this before:

image

Now, the fact that I’ve never seen it before is not the fact that caught my attention, it’s that the form clearly hasn’t seen the light of day for some time. If you look at the UI/UX design, it seems to be a carry over from a time gone by.

So why is this interesting? Because if you think about it, somewhere buried deep inside all our apps are areas of code that have not been seen for some time. It’s a form buried in a DLL called in this example, perhaps, “ShowConflictMessage()”, where a unit test case has not been written for or has been but dropped off the main test line, and therefore, has never been seen by the most recent ship team.

Functionally it still works, but from a completeness point of view, it’s not consistent with the rest of the application.

And because the use case is so obscure, customers who see it either don’t make the connection that it’s not inline with the rest of the product, or don’t care enough to tell anyone, so zero feedback = zero change.

I wonder how many developers out there, have weird and wonderful little skeletons buried deep in their DLLs? I suppose that’s a good +1 for a high percentage test case coverage.

Technorati Tags: Random