Java 8 Refactoring Part 1: Extracting Anonymous function to it’s own class

JAVING
1 min readJun 16, 2020

--

The advantages of extracting anonymous functions into separate classes are:

  • better readability of the code
  • code easier to test
  • more maintainable code

--

--

JAVING
JAVING

Written by JAVING

The present continuous form of “to program in Java”.

No responses yet