Posted on March 31, 2009. Filed under: .NET, humour, programming |
After years of recoiling at the sight of code like this, am I supposed now to embrace it in a spirit of reconciliation?
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
dynamic blah = GetTheBlah();
Console.WriteLine(blah);
}
private static dynamic GetTheBlah()
{
if (DateTime.Now.Millisecond % 3 == 0)
return 0;
else
return "hello world!";
}
}
}
need to wash my hands.
Read Full Post |
Make a Comment
( 7 so far )
Recently on The Wandering Glitch...
Posted on March 20, 2009. Filed under: SemanticWeb |
Posted on February 27, 2009. Filed under: SemanticWeb |
Posted on December 26, 2008. Filed under: Semantic Web, SemanticWeb, science | Tags: artificial intelligence, RDF, science, Semantic Web, SemanticWeb, semweb, software, web3.0 |
Posted on November 14, 2008. Filed under: SemanticWeb |
Posted on September 23, 2008. Filed under: Semantic Web, SemanticWeb |
Posted on August 27, 2008. Filed under: .NET, Semantic Web, SemanticWeb, programming | Tags: C#, databases, Java, LINQ, LinqToRdf, mapping, mashups, ORM, RDB2RDF, Semantic Web, SemanticWeb, semweb, web3.0 |
Posted on August 26, 2008. Filed under: SemanticWeb |
Posted on August 22, 2008. Filed under: .NET, Semantic Web, SemanticWeb, programming | Tags: GGG, ideas, lintordf, programming, Semantic Web, SemanticWeb, venture altruism, web3.0 |