Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yes, and most algorithms are "surpising" when a container is empty. Most people write, then read, algorithm code imagining a container full of elements. I've been caught by that "bug" so many times, that I now annotate (Java) when containers can be empty. The first few times co-workers see it, they are confused. They they re-read the code, and "oh, I get it. when empty, the code path is very different!" Unlike nullable values, empty collections (usually) don't cause exceptions.


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

Search: