Foojay Today
Karl Heinz Marbaise2 articles
Latest post
Spring Boot: Strategy Design Pattern – Convenience and Limitation
You might have already used the strategy pattern in relationship with Spring Boot where it is very convenient to use.
With a few changes in your code we can easily solve the problem of having different strategies which using the same keys in our code.
- Karl Heinz Marbaise
-
Performance: Stream.concat vs. New ArrayList
During a code review, I suggested some code improvement related to JDK8+ streams.
Here is a discussion on readability and performance!
- Karl Heinz Marbaise
1-2 of 2