I have seen at many 3rd party code fragments where in some condition null==instance
in used instead of instance==null
like if(null== connection)
.
Just curious, does this approach makes any impact on conditional statements or people are just cool to use it?