Monday, March 6, 2017

Java: no more boilerplate, use Lombok

https://projectlombok.org/ the video tells it all. The problem with boilerplate code is not much that you have to write it (it's mostly autogenerated by Eclipse anyway) and maintain it, but is that it's VISUALLY disturbing and indistinguishable from business code. So the less boilerplate code, the more readable your code.

No comments: