You Need CodeRush
Oops The other day, I was chatting with some developers and one of them pulled me over to show me the following code: private void SetLayout(Page page) { if (null == page) { return; } } I did a double take and then smirked a bit, pointing out that this was probably dead code. I…
