That's One Way to Fulfill a Requirement
by in CodeSOD on 2010-06-21Everyone responds to new requirements on already-behind-schedule projects in a different way. Many people feel anger, and try to find an innocuous way to show it. Others, realizing this might finally be their chance to shine, take it as a challenge with a smile. Still others, like Gary's colleague Steve, find a way to fulfill the requirements without actually fulfilling the requirements.
With less than a week remaining till the deadline of a 4-month-long project, Gary and Steve's boss demanded everyone write Unit test code. Gary spent hour upon unpaid overtime hour adding as many unit tests as he could come up with, while Steve left by 5pm each day. Their boss also asked them to set up a nightly script to perform the unit tests automatically. Each night Steve's test set would always come back with 100% successful results.