Naming Conventions
make your variables have clear names
using :: in vars
disclaimer the rest is opinion
camelCase functions
using - to separate words in var names
Last updated
make your variables have clear names
using :: in vars
camelCase functions
using - to separate words in var names
Last updated