Add a guideline for variable naming convention #1003
Labels
documentation
Targets documentation corrections and upgrades
Points: 1
Good for beginners. Tasks that require not more than 4 hours to finish.
status : ready to test
Items that are ready for testing
Milestone
Describe the task
Add a guideline for the naming conventions followed in PHP, blade, js, css and vue file
Expected behavior
Add a documentation file.
References
JS:
className - snake-case
idName - camelCase
PHP:
variable name - camelCase
function name - camelCase
class name - TitleCase
Blade:
variable name - camelCase
className - snake-case
idName - camelCase
The text was updated successfully, but these errors were encountered: