The man of year
Last week, I watched "The man of year". In the movie, there is a election system with a bug. It will generate incorrect result. Even the candidate has the highest number of vote, he/she may lost too. The result is only reflect the alphabetic order of candidate's name.
In the real world, it is very low possibility to happen. Only possibility I can think about, there is a very very low level of bug in programming language complier. The sorting algorithm of array will be based on candidate's name instead of the number of vote. Yeah, it should be something like that, but that kind of bug should be very easy to find by the unit testing.
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
No feedback yet
Form is loading...