dev-setup icon indicating copy to clipboard operation
dev-setup copied to clipboard

Which "linter" program should I install?

Open miguelmartins17 opened this issue 6 years ago • 2 comments

@nelsonic I was reading the "stackoverflow" page about the linter and I found out that there are several programs. I was wondering which one I should install since each one belongs to a programming language. At least I think that's what I understood. If someone could give me a hand with that topical. Thanks!

miguelmartins17 avatar Jan 06 '20 21:01 miguelmartins17

@miguelmartins17 your observation is correct. The choice of linter depends on the programming language. And the best rule of thumb is to use the "most popular" linter for editor you are using and the language you are programming in. Perhaps it's worth being a bit more specific and having a recommendation for each language that we use. What language are you learning/using now? (dart?) What does Google recommend? 🤔 Screenshot_20200106-215346

nelsonic avatar Jan 06 '20 21:01 nelsonic

So I searched dart already comes with a predefined linter when dart and installed already comes together.

image

miguelmartins17 avatar Jan 06 '20 22:01 miguelmartins17