Changes between Initial Version and Version 1 of Ticket #4366, comment 9


Ignore:
Timestamp:
Dec 29, 2016, 11:45:51 PM (7 years ago)
Author:
bb

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4366, comment 9

    initial v1  
    44> I refer you to the [http://trac.wildfiregames.com/wiki/Coding_Conventions#Introduction code style guidelines] as written in the wiki, specifically the part about matching the style of new/modified code to the rest of the file so that files remain stylistically self-consistent as far as that is possible, and how that takes precedence over matching to a global style.
    55>
    6 Tbh I dont see any caps only globals in that file, so given this statement we should change to g_Foo things. Also Coding Convention give us {{{When unavoidable, global variables should be named with a g_ prefix}}} so we should do g_Foo.
     6Tbh I dont see any caps only globals in that file [menu.js], so given this statement we should change to g_Foo things. Also Coding Convention give us {{{When unavoidable, global variables should be named with a g_ prefix}}} so we should do g_Foo.