but should it throw an Exception?
# announcements
s
but should it throw an Exception?
d
Yes,
get
throws an exception if the index does not exist.
s
hmm that is if the list is empty it can throw
ok
d
well, for index 0, yes. But in general it will throw if the index does not exist.
s
damn I thought the null safety could take care of that
ok I'll fix this thank you