What is a Linter and Why You Should Use One | Linters EXPLAINED

preview_player
Показать описание
What is a linter? How does a linter work? Why should I use a linter?

These questions, and many more, come up every time I explain linting to some teams. In this "linting explained" type of video, we will try and answer all of them. We will also see why is a linter important, and how linter works.

🆘 NEED HELP? 🆘
We can talk about GitHub, Azure DevOps, or any other DevOps tool or project you need help with!

🙏🏻SUPPORT THE CHANNEL🙏🏻

💬JOIN THE COMMUNITY

🎥VIDEOS

⏲TIMESTAMPS
0:00 Intro
0:38 What is a Linter
1:19 Fix Programming Errors
2:34 Bugs and Performance Improvements
4:02 Code Standardization
4:55 Fix Security Issues
5:30 Linter Configuration
6:00 Recap

❓QUESTIONS?
Have a question about DevOps, Cloud, Coding, or Anything Else? Post in comments section of this video!

_______________

🔮TOOLS I USE

📸🖥️GEAR AND SOFTWARE

Disclaimer:
Some product links are affiliate links which means if you buy something I'll receive a small commission at no additional cost to you.
As an Amazon Associate, I earn from qualifying purchases.
Рекомендации по теме
Комментарии
Автор

🆘 NEED HELP? 🆘
We can talk about GitHub, Azure DevOps, or any other DevOps tool or project you need help with!

🙏🏻SUPPORT THE CHANNEL🙏🏻

CoderDave
Автор

Yeah I would hope most teams use a linter of some sort already, if only to use while writing the code. The Visual Studio Code list of extensions included several dozen highly recommended linters. I don't code as much as I used to so I don't know which ones are the most popular / best at this time.

Chatsworth
Автор

Woww ! It was so informative & easily understanding. Thanks for helping us.

varshasingh
Автор

The explanation was perfect. Thank you so much for that!

alexandrostsagkaropoulos
Автор

Amazing introduction video on linters, thank you for the information!

danbacila
Автор

Is Linter required when a SCA tool like Coverity is already being used?

rajeevr
Автор

Hi. Thanks for your efforts. Just a comment - linters can't find bugs. They can't understand what logic is right. The don't analysis logic, they do code analysis. It may point to code which *may* cause a bug

ShukyPersky
Автор

Thx for the super clear explaination.. :)

zicoalamsyah
Автор

Can u suggest the name of the best linters for VS code

shivamgupta
Автор

Yeah .. but linters do none of those things and/or are just plain redundant. In fact they make it worse in many cases. Team, and individual discipline produces high quality code, not linters.

On the other hand, if we have nothing to do we pick it up and write a blog post on it so our competition can pick it up.

szeredaiakos
Автор

in first 1 min one should be able to explain any concept in the most simplest manner...like teaching to a 5yr old....else it will be very tough to grow a channel which teaches complex

akshaypatil
Автор

boring content without graphics explanation

muruga-hg