Namingjsdatatypes.md - brainchildservices/curriculum GitHub Wiki

Slide 1

Javascript Databse Naming

use camelCase everywhere, but keep using snake_case only for server-generated attributes

camelCase means always have to start with a lowercase letter, if there are more than one word, make the first letter of the Second word as UPPERCASE Letter.

snake_case If there are more than one worl seperate them with a underscore (_)