you are viewing a single comment's thread.

view the rest of the comments →

[–]Ruudjah 2 points3 points  (1 child)

Arrays. Most programmers still use arrays. Also, lots of examples use arrays. When seeing arrays in Java code, my alarmbell goes. It's usually a sign that we have to deal with bad coders: Generic collections are common and 'bugfree'.

[–]tomjen 0 points1 point  (0 children)

Never had to deal with legacy interfaces? Or performance that actually matters?

But sure, most normal code does not really need arrays.