It's the same old story-- a technique doesn't apply itself. It has to _be
applied_, with thought and craft.
There are times when it is the objectively better choice, times when it is not,
and times when the effort to make it an objective question isn't worth it!
{grin}
---
A. Soroka
The University of Virginia Library
> On Oct 30, 2016, at 5:36 PM, Andy Seaborne <[email protected]> wrote:
>
> https://blog.jooq.org/2015/12/08/3-reasons-why-you-shouldnt-replace-your-for-loops-by-stream-foreach/
>
> so
>
> 1 ==> until parallel streams are common ...
>
> 2 ==> yes - there is accessibility to be considered
> Principle: code for the next person to pass this way, not yourself.
>
> 3 ==> ??? click on the stack in Eclipse.
> (that said, single-stepping gets confused/does
> not always work for lambdas for me at least)
>
> Andy