▲ | ryandrake 3 days ago | |
Thank you! I am almost going out of my mind reading this ~200 comment thread with everyone just casually saying "linter" when they mean "formatter". Do people really not distinguish between these two very different programs? | ||
▲ | Narushia 3 days ago | parent | next [-] | |
I guess the line might feel fuzzy to some people, since nowadays many tools bundle both linting and formatting. And with modern IDE integrations, you might not even run them explicitly — the editor just does both automatically in one go. | ||
▲ | trallnag 3 days ago | parent | prev | next [-] | |
Lately I've switched to the terms "check" and "fix" because more and more formatters (at least in my bubble of Python and Go) are incorporating fixes. So not just rearranging code and maybe adding a comma here and there. | ||
▲ | beaugunderson 3 days ago | parent | prev [-] | |
many people use the prettier plugin for eslint, for example, so in that case they're one and the same! |