D: what if they made a mistake and accidentally mixed up some code, like... (and yes I know this does not belong to any specific language and that it′s made up, you get my point anyway...)
if (testsaysitworks == true):
{
awesometextbox.text = "It does not work";
}
else:
{
awesometextbox.text = "It works";
}
I mean it could happen!!!