OOP

[EN] S.O.L.I.D Design Principles
[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?

[EN] Why `.equals()` and not `==` for object comparison in Java?
[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.