Appendix C. Options and boxes
If you have any experience with any other programming language, you’ll no doubt have seen code that does some guard-style operation, like this:
if (thing != null)
{
thing.whatever();
}
You are currently reading a PREVIEW of this book.
Get instant access to over
$1 million worth of books and videos.
Start a Free Trial