When discussing the qualifications for a position posting, I suggested that the major qualification for the new programmer would be "Implements the INinja Interface". Rousing approval followed. But what is the class definition?
Given that we are a C# house, I present the following for development:
interface INinja
{
}
What methods/properties/ make up this interface?
And for those who get on me for straying off-topic, I refer you to this page: http://blog.stackoverflow.com/2008/11/stack-overflow-is-you/
Made interface internal at Jon B's suggestion
I always forget that you can't set interface visibility levels in .Net
