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