Anti-pattern: parallel collections
(Note that I’m not talking about "processing collections in parallel, which is definitely not an anti-pattern…) I figured it was worth starting to blog about anti-patterns I see frequently on Stack Overflow. I realize that some or all of these patterns may be collected elsewhere, but it never hurts to express such things yourself… it’s a good way of internalizing information, aside from anything else. I don’t guarantee that my style of presenting these will stay consistent, but I’ll do what I can… The anti-patterns themselves are likely to be somewhat language-agnostic, or at the very least common between Java … Continue reading Anti-pattern: parallel collections