|
|
|
|
|
by groby_b
1783 days ago
|
|
Comes from the null==val idiom, and that comes from avoiding the popular "if (val=null)" bug in C/C++. Sure, we could just admit that assignments in conditions are a permanently stupid idea. Instead, an entire industry backwards the conditions wrote. |
|