DEV Community

Discussion on: 8 SCSS Best Practices to Keep in Mind

Collapse
 
csandman profile image
Christopher Sandvik

I agree with this bit about commenting out code. Except for some occasions in personal projects when I want to save a WIP and it breaks the rest of the project in its current state, then I might commit something with commented out code...

Of course this is not the best way to handle this and it would make more sense to put it in its own branch, but you know... personal projects :)