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
Read More...