For some time now I’m thinking about the Next Big Language (NBL). Before Java there was C, and to some… Read more The Next Big Language
Tag: Java
Avoid if-cascades in Xtend with Options
One thing I continuously get taught by books that suppose to teach good programming style is that you should avoid if-cascades… Read more Avoid if-cascades in Xtend with Options
The Famous “forEach” But With Return Value
In my last post regarding the programming language Xtend I showed you IMHO a better version of the famous reduce function. Whose default… Read more The Famous “forEach” But With Return Value
Better Reduce For Xtend
A coworker pointed me to yet another “better Java” named Xtend. I currently have to use Java in my day… Read more Better Reduce For Xtend