So, while `unmodifiableList` is defensive, it is a...
# announcements
f
So, while
unmodifiableList
is defensive, it is also harmful because it assumes it can use the same abstraction for mutability as it can for immutability.