von David Schmitz | Jan 9, 2018 | Allgemein, Deutsch, Software Engineering
Dieser Artikel ist ursprünglich in Java Aktuell erschienen Funktionale Programmierung hat in den letzten Jahren eine Art zweite Blüte erlebt und ist nun auch im Mainstream angekommen. In Folge hat Java 8 einige Konstrukte der funktionalen Programmierung in Java...
von David Schmitz | Mai 27, 2017 | Allgemein, English, Software Engineering
Null is sometimes considered the billion dollar mistake. One could argue about this forever, but certainly, null has lead to a lot of awful code. Most functional programming languages offer a concept called Option or Maybe to deal with the presence or absence of a...