Some Typescript compiler options for improving code quality
Set your compiler’s warning level to the highest, pickiest level possible and fix the code so that it doesn’t produce any compiler warnings Steve McConnell Chapter 28 Debugging, Code Complete The Typescript compiler has a number of options that can help improve the code within your project. Switch on The compiler options are found in […]