Fred
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 5
-
Created Remove m prefix from private fields
AnsweredI have a code base with private fields that have a m prefix (so it follows the mUpperCamelCase format) and I'd like to remove the m prefix and have every private field in my project to follow the l...