DEV Community

Discussion on: Extreme Makeover: Code Edition

Collapse
 
nickytonline profile image
Nick Taylor

Yeah prettier, aside from choosing a code style also helps eliminate a lot of noise in PRs so you can focus on the real problem the PR is trying to solve instead of "can you format this line like this? I find it reads better". It is opinionated, but I just love how it takes that off the table.

We use it at work and even dev.to uses it now.