Programming is weird. Here’s a snippet of real code from a base I’m playing with:
final ArrayList<String> remove = new ArrayList<String>();
remove.add("Something Added For Removal");
It’s not wrong, mind you, it just makes me feel odd to add anything to something called remove.
At this point, I have a great urge to name the containing object “psyche”…
