Round 1 feedback
Michael Nascimento
misterm at gmail.com
Wed Jan 9 08:00:45 PST 2013
On Wed, Jan 9, 2013 at 12:53 PM, Brian Goetz <brian.goetz at oracle.com> wrote:
> Thanks Michael. This is exactly the sort of experience-driven feedback we
> are looking for.
Great to hear that. :-)
>> - I was able to refactor parts of my code base in a way that wasn't
>> practical before by using Block in method signatures. Of course it
>> should be used wisely, but be ready to see this code smell spreading
>> everywhere with Java 8.
>
>
> Can you elaborate?
Expect to see methods in real world code taking 3 blocks and 2
function arguments instead of a proper interface. :-(
Regards,
Michael
More information about the lambda-dev
mailing list