Quote:
Originally Posted by kh99
If you're going for shortest code, how about :
PHP Code:
$totalthreads += !$totalthreads;
$totalposts += !$totalposts;
|
damn, you got me there
Altough I could argue, that the addition is always called and therefore produces more cycles then a comparison :P
However, this is way too little code to actually perform "real" optimization. In the end, it's the coders preferrence which is important and easier to read for himself. There are more grave issues of coding-crimes where I sometimes like to kick the developer in the face; how if/else and brackets are placed doesn't belong in this category tough.