Hacker News new | past | comments | ask | show | jobs | submit login

The problem is people using try / catch instead of if (x != null) {} else {}. So when something goes wrong you end up with zombie code that keeps going long after something important did not happen.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: