lourenzo / canviz

Automatically exported from code.google.com/p/canviz
0 stars 0 forks source link

Switch local variables to lowerCamelCase #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
canviz.js currently uses underscore_separated_words in local variable names
and function parameters, lowerCamelCase for object properties and methods,
and UpperCamelCase for class names. Except I haven't been consistent --
some local variable names in canviz.js are already lowerCamelCase (e.g.
oldLineWidth) and path.js uses lowerCamelCase for all variables and
function parameters. prototype.js does too. Time to give up on
underscore_separated_words and switch them to lowerCamelCase to be consistent.

Original issue reported on code.google.com by ryandesi...@gmail.com on 8 Jan 2009 at 1:33

GoogleCodeExporter commented 9 years ago
r257: Fixed canviz.js to use lowerCamelCase

Original comment by ryandesi...@gmail.com on 9 Jan 2009 at 11:24

GoogleCodeExporter commented 9 years ago
As far as I can tell this is sufficiently fixed.

Original comment by ryandesi...@gmail.com on 24 Jul 2013 at 5:48