Techeron / fvlr_api

0 stars 2 forks source link

Variable naming convention #5

Closed honjes closed 2 months ago

honjes commented 2 months ago

In JavaScript, the most commonly used naming convention for variables is camel Case. I personally prefer it.

I would like to know which should be used in this repo so it is consistent throughout the codebase.

Codokk commented 2 months ago

Lets use Camel Case, sounds good to me