All Tags »
Useful »
Language (RSS)
Sorry, but there are no more tags available to filter with.
-
One of the things I struggled with early in my coding career and have probably hung onto way too long is the use of some nested if calls. The classic example of the way I have implemented this structure is checking to see if an object exists, then checking to see if a property or value is equal to something. A classic example from some of my ...