something_’s Reviews > Effective Java : Programming Language Guide > Status Update
something_
is starting
I just began this book, and I'm already learning quite the interesting things! This can only be a good sign.
From now on, all my for loops shall look like this:
for (int i = 0, n = expensiveComputation(); i < n; i++) {}
So obvious, so simple, and yet, why aren't we all doing it this way?
— Nov 13, 2012 04:02PM
From now on, all my for loops shall look like this:
for (int i = 0, n = expensiveComputation(); i < n; i++) {}
So obvious, so simple, and yet, why aren't we all doing it this way?
Like flag

