Jarihanhela
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Jarihanhela created a post, Incorrect suggestion for variable naming
"Name _120mmMissile does not match rule "Types and namespaces". Suggested name is 120mmMissile".But Class names can not start with a number :( -
Jarihanhela created a post, Incorrect suggestion for for loop
I have this for loop:for (int i = 0; i < messages.Length; i++){ string singleMessage = messages[i]; if (singleMessage.Contains("EOM")) { singleMessage = singleMessage.Replace("EOM",...