Development Practices Benefits and Downsides to Implementing a Linter in Your Project Having a linter makes collaboration across teams effective, since everyone can understand one another's changes to the code.
TypeScript Achieve Project-Wide Type Checking with TypeScript and Visual Studio Code Visual Studio Code is a perfect editor for TypeScript, but it doesn't support project-wide type-checking out of the box. Luckily, you can add it to your own TypeScript project.
Development Practices Learn by Linting: Using Linters to Help Learn Programming Languages I wanted to learn how to write idiomatic Ruby. Using a linter that was able to recognize pitfalls and encourage me to correct them has been wonderful.
TypeScript Creating Your Own TSLint Rules In this post, I'll walk you through the steps I took to create my first tslint rule. I found it incredibly easy, and you will too.