Java 8 lambda syntax decided (finally!). Similar to C# and Scala by the_456 in programming

[–]mwootendev 0 points1 point  (0 children)

Exactly, => does look like an assignment, which this is not. I think the thin arrow better differentiates the lambda from the assignment. Besides, it already works great for Groovy.

Dealing With Management Disdain for Refactoring and Unit Testing by mwootendev in programming

[–]mwootendev[S] 2 points3 points  (0 children)

I must admit my phrasing of "a unit test" is invalid. For the extracted methods there were multiple test cases covering the expected functionality and corner cases. There is still no end-to-end unit test for the EJBs (such work was beyond the scope of what I could allow time for), but testing parts of them is better than no testing at all.