I understand this is a subjective question, so I apologize if it needs to be closed, but I feel like it comes up often enough for me to wonder if there is a general preferen
I am also of the opinion that using == inside an if is redundant and I have another suggestion, at least visually, by introducing spaces:
==
if
if ( ! created)
Even using OpenDyslexic as font, the not sign ! next to the opening bracket ( can be too close to distinguish it at a glance if(!created).
!
(
if(!created)