Tuesday, November 24, 2009

A small rant

Ok so there is one thing about .NET that bugs me, and it's not the design. Let me know If I ever do this, but it seems like every example in the help documentation never tells you what namespaces are imported. I hate it when I see some System.Net.Whatever.lala.AwsomeFunciton in a code example but all they have is AwesomeFunciton. Then I have to spend a few mins google'n AwesomeFunction Namespace or looking it up in the MSDN Library. If you are using an import or a reference in your example code, you should include it.

Like I said If I am guilty of doing this let me know, but I always try to keep it in mind when posting code.

No comments:

Post a Comment