Language Tricks to Shorten My Java Code?
- by yar
I am currently rediscovering Java (working with Ruby a lot recently), and I love the compilation-time checking of everything. It makes refactoring so easy. However, I miss playing fast-and-loose with types to do an each loop. This is my worst code.
Is this as short as it can be? I have a collection called looperTracks, which has instances that…