Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.07 seconds.

  1. Replies
    8
    Views
    1,404

    Re: Jva 8 lambdas!

    Efficient for initially coding, but how efficient is it for debugging/code tracing?
    I fear, based on the examples I've seen, that a widespread use of lambdas (as with most shortcuts) will make code...
  2. Replies
    8
    Views
    1,404

    Re: Jva 8 lambdas!

    I've seen examples of uses for them, but none that scream: this is why lambda expressions are so great.
    It seems all the examples could be done with anonymous classes, which is quite easy to do...
    ...
  3. Replies
    8
    Views
    1,404

    Re: Jva 8 lambdas!

    I get why lambda expressions are nice to have, but I'm skeptical of how big of a problem it really is. Until I see some statistics on how big of an advantage it is for java to have lambda...
Results 1 to 3 of 3