I dont think there will be the need for a blue bin. If a cell is underperforming, just use the recycle bin. With reliable cells, the number of lemons will be low...
As a Programmer/Analyst, I'm just accustomed to '
covering all the bases'. :thinking:
For example:
On one of my 'Troubleshooting' assignments, the Auditing Department couldn't understand why so many "ITEMS" were appearing in '
Bucket B', when some of them should have appeared in '
Bucket C' instead, which was currently EMPTY!?!
It turned out that the '
genius' :rolleyes: original '
non-native USA' programmer (over a year or so ago) wrote (something like):
PHP:
If Code='A'
Save Amount to 'Bucket A'
Else
Save Amount to 'Bucket B'
End-If
since the *ONLY* choices available AT THAT TIME were '
Bucket A' or '
Bucket B".
IMHO, s/he *SHOULD* have written (something like):
PHP:
If Code='A'
Save Amount to 'Bucket A'
Else
If Code='B'
Save Amount to 'Bucket B'
Else
Goto ERROR-ROUTINE
End-If
End-If
With *MY* logic, if neither Code 'A' or 'B' were selected, an ERROR would be generated. And thus, ~6 months of "
Backing Bucket C out of Bucket B" would have been limited to just a few days. :sigh:
Yeah, it took the Auditing Department ~6 months to even notice it! :shrug:
So much for saving $$$ by outsourcing IT to '
Outside the USA'... :ironic: :shrug: :shakehead :banghead: :rant: :hairpull: :oops: (
YEAH! I'm pissed at how USA IT folks have been 'hit' :broke: by 'management budgets'!!! :thumbsdow)