pavankumar-ui / carswebsite

Simple cars SPA website
0 stars 0 forks source link

Standards #2

Open SakshiShreya opened 2 months ago

SakshiShreya commented 2 months ago

https://github.com/pavankumar-ui/carswebsite/blob/48aff7a2cfd10ddeced43c8a2fba99917202f41f/tagssimple.html#L28-L29

We should always keep standards on how we will write our file names, classnames, ids variable names etc.

Here, one id starts with capital letter, other starts with small. These things can be very basic but can keep your code tidy. Also, a lot of interviewers see these things also during live coding rounds. So, try to improve on this.