|
|
|
|
|
by nunobrito
257 days ago
|
|
I'm that author. It has been more than a decade and still won't use streams nor lambdas. Makes the code too difficult to write and debug for me. Really prefer to have more lines of code and understanding very clearly what each one is doing, than convoluting too many instructions on a single line. |
|
Especially when writing JavaFX code which is full of callbacks and event handlers I really don't see any other (useful) option.
Can lambdas be misused? Of course they can - but so can every other code construct.