#software-engineering
Read more stories on Hashnode
Articles with this tag
Avoid Using the Prefix "Collection" on Properties · TL;DR: Drop "collection" prefix for clarity. Problems Redundant Naming Verbose Code Reduced...
Using getters is a significant issue. Exposing internals is a major problem · TL;DR: Don't expose your internals and lose...
You love Null Object Design Patter because it avoids the billion-dollar mistake · TL;DR: Prefer real domain names to Implementation...
Do you want to count collections or know if they are empty? · TL;DR: Use declarative names. Always Problems Readability Cache...
Memoization is awesome. Let's abuse it · TL;DR: Don't apply premature optimization too early Problems Readability Code Complexity Premature...
A historical mistake and how you can solve it · TL;DR: Most languages fail to find the correct behavior for leap year calculation. Disclaimer: While...