Hacker News new | ask | show | jobs
by nahname 5055 days ago
XML and the language are my biggest gripes. Checked exceptions are a bad idea. Lack of lambda expression (though they are coming!) is pretty much a deal closer. After many years of working on code, the only real way to clean things up is often a lambda. Turn 120 lines into 30 over 4 files? No chance in hell you were using a Factory Method pattern to do that.