The following coding standards are god given,
- Indentation should be 4 spaces, no tabs
- Instance variables should be prefixed with m_
- Static, non final variables should be prefixed with s_
- Interfaces should start with an I, such as IRemoteDiceServer
- Curly braces are always on their own line