'develop' branch of cocos2dx source code guideline

I subscribed to the update of cocos2d-x development on github. Thus I got e-mail in realtime for any new updates.
New updates often goes into ‘develop’ branch.

I’m sorry if this question is too board or too vague to ask in this place.

I would like to know: Is it by policy / design that the code policy in ‘develop’ branch different from ‘master’ branch? Why?

@garret123 Well, I mean in ‘develop’ branch CC… prefix is removed, and m_ prefix for member variables is removed as well. I’m just curious of whether this policy is by design and would benefit in some areas when transition to ‘master’ branch.

the develop branch is for version 3.0. the changes are intentional. see here for details https://github.com/cocos2d/cocos2d-x/blob/develop/docs/RELEASE_NOTES.md

@bunnyhero Hey thank you so much!