Monthly Archives

September 2017

Java

Clean Code Tip 1: String Constants Comparison

Introduction Today, I will share very quick and simple tip that could help you to improve your code. I am quite sure that you are using string comparasion quite often and that this tip could you help to avoid null pointer exceptions.…