6 ms·
The two reasons I've heard are preventing accidental variable assignment and preventing null references. Personally, I don't think either of those things outwei
by dhyasama 13y ago
The two reasons I've heard are preventing accidental variable assignment and preventing null references. Personally, I don't think either of those things outweigh the readability issue.