Naming Convention Violation On The .NET BCL
I wonder who is responsible for this:
public class Formatter
{
// ...
protected ObjectIDGenerator m_idGenerator;
protected Formatter m_objectQueue;
// ...
}
Can you spot how many naming conventions were violated here?