
04-08-2007, 07:58 PM
|
|
Malorian
|
 |
Join Date: May 2004
Posts: 5,289
|
|
|
I, too, think that example A looks better then example B.
A: if (var == true) { .... }
B: if (var) { .... } |
__________________
Follow my work on social media post-Graal: Updated august 2025.
|
|
|
|