Thoughts on Java 8 Functional Programming
After working with Java 8 for the better part of a year, I have to say I find its new “Functional” features both useful and aggravating at the same time. If you’ve used true func… (more…)
Read more »
Introduction Design principles are generalized pieces of advice or proven good coding practices that are used as rules of thumb when making design choices. They’re a similar concept to design patterns, the main difference being that design principles are … Read more