Klemens MorbeMay 13, 20212 min readdifferent styles when coding #6every developer comes into contact with conditions very quickly. there is no way one can write an application without a single check if...
Klemens MorbeApr 2, 20212 min readdifferent styles when coding #5when it comes to reading in some file stored on disk, there are plenty of different approaches reading the content in. i tried to cover...
Klemens MorbeMar 14, 20212 min readdifferent styles when coding #4at the release of java 8 by oracle, the new lambda expressions were included. that feature was something so new, that i didn't dare to...
Klemens MorbeFeb 10, 20211 min readdifferent styles when coding #3it wasn't that long ago that i tried to convince others in using optionals over nulls or empty strings. today i can say that i am more...
Klemens MorbeJan 18, 20211 min readdifferent styles when coding #2with every new release of the java jdk, new syntax sugar, paradigms and many other features are being supplied. java 7 introduced diamond...
Klemens MorbeJan 12, 20211 min readdifferent styles when coding #1every person has its own taste in music, fashion or cars. developers can also have different taste in programming languages, operating...