CSharpFeeds - All your C# feeds in one place.

Sunday, July 25, 2010

Degrees of reality in sample code

by skeet via Jon Skeet: Coding Blog on 7/25/2010 8:58:03 PM

Yesterday I tweeted a link to an article about overloading that I'd just finished. In that article, all my examples look a bit like this: using System; class Test {     static void Foo(int x, int y = 5)     {         Console.WriteLine("Foo(int x, int y = 5)");     }          static void Foo(double x)     { ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us