njuptxiaot / json-template

Automatically exported from code.google.com/p/json-template
0 stars 0 forks source link

clean up JS public method naming style to capWords #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is a lot more common than CapWords and matches JS's own identifiers.

Original issue reported on code.google.com by gtempacc...@yahoo.com on 21 Oct 2009 at 4:42

GoogleCodeExporter commented 8 years ago
namely Lookup should be lookup, or possibly get()

Original comment by gtempacc...@yahoo.com on 7 Nov 2009 at 9:24

GoogleCodeExporter commented 8 years ago
Public names done.  Might do private names later, but those don't matter to 
users.

http://code.google.com/p/json-template/source/detail?r=e6b1d56a7796816d492dfcd9e
4c845b844510f4b

Original comment by gtempacc...@yahoo.com on 14 Nov 2009 at 8:21