Code styling question here.
I looked at this question which asks if the .NET CLR will really always initialize field values. (The answer is yes.) But it
I always initialize fields explicitly in the constructor. For me, it's THE place to do it.