Tim Bate

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
-
-
Tim Bate created a post, Inconsistent naming triggered for no apparent reason.
Our team uses the naming rule UpperCamelCase_UnderscorTolerant for our C# project. I have the following method: private string FrameNumberToString(int frameNumber) { <stuff> } ...