Refactor #1380
Modify function names to make it more readable
| Status: | New | Start date: | 2012-07-02 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | all | |||
| Target version: | Unplanned |
History
Updated by Minggo Zhang 11 months ago
| function name pre-modification | function name after-modification . |
| CCMenuItemFont::fontName | CCMenuItemFont::getFontName |
| CCMenuItemFont::fontSize | CCMenuItemFont::getFontSize |
...
Updated by James Chen 10 months ago
Old functions must be marked as CC_DEPRECATED_ATTRIBUTE rather than deleting it directly.