-
Website
http://amazedsaint.blogspot.com/ -
Original page
http://amazedsaint.blogspot.com/2009/02/net-development-four-simple-golden.html -
Subscribe
All Comments -
Community
-
Top Commenters
-
amazedsaint
5 comments · 2 points
-
mohitsewak
2 comments · 1 points
-
googlewaveblogger
1 comment · 2 points
-
imgen
1 comment · 1 points
-
dominiclovell
1 comment · 1 points
-
-
Popular Threads
new york web design
web design new york
web designing company
if(obj == null) return;
obj.SomeMethod();
This does two things,
1. the line below that, will never be executed, so you are safe.
2. The braces and indentation reduces drastically and the code that appears last in the method is very readable and maintainable.
HTH