#java
Read more stories on Hashnode
Articles with this tag
If you find yourself using "switch" or "if-else" a lot with your enums, then you're missing out on one important feature. · Java's enums, being objects...
Know when to catch them and when to just let them go. · This was quite serendipitous as I was just about to start looking for a blog topic that started...
You may or may not be doing all this extra work where your code needs a Boolean expression. The examples here apply to many non-Java languages, too. ·...