code style

hi webixteam:
is there any code style ,for example naming conventions,written recommendation, so that help us to do code review. tks!

Hi,

we don’t have any specific document redarding the code style, but here are some keypoints we stick to:

  • tabs for indentation;
    -double quotes for strings;
  • camel case for naming methods and lowercase for naming properting (though, code needs reviewing);
  • underscore to name private methods, e.g. _getList.