DEV Community

Discussion on: What is your top tool that most devs would be surprised you use regularly?

Collapse
 
tkdmzq profile image
TKDMzq

is there a quick fix auto applied when possible. I once had set up something like that and after adding --fix or something like that I never had to worry about cases for that project.

Aslo faling on warning in rust was a good eay to learn proper language style

Thread Thread
 
codingmindfully profile image
Daragh Byrne

yep auto fix, which works up to a point. I'd rather have it manual that completely trust the linter to fix everything though, oldschool like that :)