Previous | Next --- Slide 39 of 47
Back to Lecture Thumbnails
jpaulson

Not having to write a[i] prevents you from writing a large class of bugs, which is significant.

mmp

You could also argue that not having to write 'if' statements saves you from a large class of bugs, but I'd argue that both of those have been shown to be generally worth the dangers they can introduce. :-)