I was asking to myself what was the best way to compare between :
$count < 3
and
$count <= 2
or if it was exactly the same, no matter what.
I'm talking in PHP but I guess it's the same for a lot of language.
I was asking to myself what was the best way to compare between :
$count < 3
and
$count <= 2
or if it was exactly the same, no matter what.
I'm talking in PHP but I guess it's the same for a lot of language.