Code Humor Challenge at Kuro5hin.
There is a new article up on Kuro5hin called Code Humor Challenge.
Overall, it talks about some of the weirdo code that people do write and those which do end up in production systems …
The author starts of with a few examples and one of them which stood out was an IntWrapper method that wraps the Integer type. Oh yeah … This is how it goes …
public class IntWrapper{ private final String value;
Read on …