Embrace the Force: Yoda conditions
Many things in programming are not super intuitive. Yet, such small things could be a life saviours.
One of such things is Yoda conditions style.
Consider the code bellow:
if (variable == 3) {
// do something
}
This would be the way most of us ...
testingcoder.hashnode.dev1 min read
Edhar
❌ null-points ✅
NullPointerException (NPE)s