Debugging Anti-Terrorism
Dieser Text ist im Cache von metaowl.de - das Original ist hier zu finden.
Sometimes formal expressions are just way more to the point than words, and this is just lovely: Kevin Poulsen explains why the U.S. bill legalizing limited judicial rights for terrorist suspects is based on one simple programming error. Check the following code and see if you find the bug:
if (person = terrorist) {The solution is here. Let's hope the Supreme Court is good enough in debugging.
punish_severely();
} else {
exit(-1);
}
von Ralf Bendrath,
gepostet am Montag, 2. Oktober 2006 um 12:22

