Is it worth striving to minimize the number of characters in identifiers and resource names in order to increase speed and reduce memory footprint?
Here is an example of the names of lines from the longest, but understandable, to short, but requiring to think about what it means:
string name="menu_item_set_everyday_tasks"string name="menui_set_everyday_tasks"string name="menui_seteverydaytasks"string name="menui_setevrdtasks"string name="setevrdtasks"string name="setevrdtsks"
Of course, this discussion is significant when we have in the same application about a few hundred IDs, string resources, etc.