DEV Community

Discussion on: Stay on top of performance with Lighthouse CI ๐Ÿšฆ

Collapse
 
shaijut profile image
Shaiju T • Edited

Good ๐Ÿ˜„ , When you say especially if you're working in a team with diverse backgrounds and level of coding. Does that means if a person writes poor Javascript or CSS it can increase the file size ?

Collapse
 
yashints profile image
Yaser Adel Mehraban

In most cases yes. Imagine if youโ€™re implementing a feature and donโ€™t know enough about the framework youโ€™re using, you might re-invent the wheel which adds to your file size.

Or instead using an existing CSS feature like flex or grid, you spend time to implement a response layout which adds to your file size again.

These are examples, but there would be a chance that those will get caught during linting as well