What is the term for a 'decoy' feature or intentional bug?
Posted
by
Freiheit
on Programmers
See other posts from Programmers
or by Freiheit
Published on 2012-10-09T14:10:26Z
Indexed on
2012/10/09
15:53 UTC
Read the original article
Hit count: 278
terminology
|jargon
I have forgotten a slang programming term. This thing is an intentional bug or a decoy feature used as a distraction. An example usage, "Hey Bob, QA is doing a review today. Put a $THING
into the module so they actually have a problem to find".
This can be used negatively, to have a very obvious intentional flaw to discover as a distraction from a real problem.
This can also be used positively. Its like how you always let rescue dogs 'find' a victim when searching a disaster area. It can also be used to verify that a QA process is actually catching flaws.
What is the term I am looking for?
© Programmers or respective owner