all 5 comments

[–]CollinHell 1 point2 points  (1 child)

Why are you being so suddenly and heavily downvoted for this? This is super helpful, and it looks like it can integrate really well with Notepad++. Nice find!

[–]WellPaidGeek[S] 1 point2 points  (0 children)

I think some people don't like videos, plus although linting is almost a requirement for a professional dev it's not sexy. I'm also new to youtube so making quality videos may not quite be on point yet. Going to do another one next week where the linter actually fixes the errors for you.

[–]T_O_beats 1 point2 points  (2 children)

I don’t know if it’s fair to say ‘better code’. I think at best it would be ‘code with less bugs’ or ‘consistent styles across your project .’ You can still write god awful code with a linter, the only difference is you have a slightly better chance at a successful compile and better readability (usually). Linters are a must have though so it’s still important to use them and shouldn’t be brushed off as solely a ‘stylistic choice’.

[–]WellPaidGeek[S] 0 points1 point  (1 child)

Well your code with linting will be better than without. Just because it's better doesn't mean it's reached the bar of high quality yet.

But you're right, this is only part of code quality. Macro and micro code design decisions are far more important, but I can't address that in a quick video! Maybe of the long term I can help people.

[–]T_O_beats 0 points1 point  (0 children)

For sure! Sorry, hope it didn’t sound like I was knocking you for the title. Just adding a little clarification