In my humble opinion the worst code smell you can have is Dead Code. I know that other smells such as large methods, large classes, overly complex logic, interwoven dependencies, etc are all smells, but nothing, I MEAN NOTHING smells worse than dead code. Let me explain. **** BTW, I am not...