Heybooster Front End Naming Conventions
In this article, you will find the naming conventions we used in our Heybooster front-end project.
Variable Naming
The camelCase naming convention is used to define a variable.
Examples
const dataSourceName = '';
const stepsConnectStatus = {
1: f...
sft.hashnode.dev2 min read