Hacker News new | ask | show | jobs
by V-2 4179 days ago
But you can still modify elements of a final List (thereby modifying the Article object).

Properly implemented getTags should create a copy of tags so that fiddling with the returned value doesn't affect the object.