OOP
[EN] S.O.L.I.D Design …
Hello everyone,
In the world of software development, we always run into the same challenges: How do we write code that is easy to maintain, extend, and understand? How do we prevent our codebase from becoming confusing and rigid over time? The answer to these questions often lies not in a new …
[EN] Why `.equals()` and …
A few months ago I had a short discussion in a merge request with an experienced developer who asked me
that’s why
asked to undo my refactoring because == was easier to read.
![[EN] S.O.L.I.D Design Principles](/images/SOLID_BlogHeader.png)
![[EN] Why `.equals()` and not `==` for object comparison in Java?](/images/BlogHeaderEquals.jpeg)