Web Log di Adrian Florea

"You know you've achieved perfection in design, not when you have nothing more to add, but when you have nothing more to take away." Antoine de Saint-Exupery
posts - 440, comments - 2715, trackbacks - 3944

My Links

Archives

Post Categories

Image Galleries

.RO Blogs

.RO People

.RO Sites

Blogs

Furls

Links

vinCitori

Test Sharp (No recursion!)

Nel seguente snippet, sostituire il commento con un'unica riga di codice C# 2.0 (uno statement) così da evitare la ricorsività:

class Foo
{
      static void Main()
      {
            // manca in questa posizione un'unica riga di codice
            Main();
      }
}

Cosa importante, la chiamata a Main è raggiungibile e viene eseguita!

Print | posted on lunedì 17 ottobre 2005 05:24 | Filed Under [ Test Sharp ]

Powered by:
Powered By Subtext Powered By ASP.NET