daymos / stopWatch

0 stars 0 forks source link

variable name is not following the naming convention #8

Closed gabrielperales closed 8 years ago

gabrielperales commented 8 years ago

Check here. Only functions constructors should be named starting by a capital letter. That convention is to know that that function should be called with the new operator.

daymos commented 8 years ago

ok thanks, will fix it over the weekend.

daymos commented 8 years ago

done, have also refactored and separated logic. Let me know if you have any other comments