Quote:
Originally Posted by ownedbycats
Quick question:
Code:
program: if $something then 'Yes' fi
Code:
program: if $something then 'Yes' else 'No' fi
Is there any difference in performance of returning 'No' for yes/no sorting?
|
Returning 'No' is perhaps a microsecond per book slower when the template is processed, which is once per book when sorting. 'No' vs the empty string should make no difference at all.