Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

feat: use camel case better to comprehension #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hichxm
Copy link
Contributor

@hichxm hichxm commented Nov 10, 2018

L'utilisation de camel case est plus adapté au variable contenant deux mots exemple:

let commandmanager = null;
// no camel case

let commandManager = null;
// camel case

https://fr.wikipedia.org/wiki/Camel_case

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant