#java
Read more stories on Hashnode
Articles with this tag
Nested or Pseudo-Private Classes seem great for hiding implementation details. TL;DR: Don't use nested classes Problems Bijection fault to real...
It is nice to see a class implementing Interfaces. It is nicer to understand what it does · TL;DR: Name your classes after real-world...
Exceptions are handy Gotos and flags. Let's abuse them. TL;DR: Do not use exceptions for flow control. Problems Readability Principle of least...