There is a number of books about writing Good, Correct, Clean and even Beautiful code. We all are told that variables should be well named and code must have identation. But nevertheless most of programming code produced on the Earth is far from “good enough”.
I will show some WTF Code examples from my collection and share my vision of how to live with it.