Conditional statements, we would hope, are one of the most basic and well understood constructs in any programming language. Hope, of course, is for fools and suckers, so let’s take a look at a few short snippets. Our first installment comes from Jonas. if (!checkAndDelete(Definitions.DirectoryName, currentTime)); I appreciate the comment, which informs us that this […]