Pavels Jelisejevs introduces ESLint, a highly configurable tool which analyses your code and highlights (or optionally fixes) any bugs or issues it finds.
Tag: code quality
Up and Running with ESLint — the Pluggable JavaScript Linter
Static analysis with PHPSA: PHP Smart Analyzer
A new tool for static analysis of PHP code has shown up: PHPSA - PHP Smart Analyzer. Tune in and check out what it can do!
A Comparison of JavaScript Linting Tools
How do you and your team ensure the quality of your code? Jani Hartikainen examines four JavaScript linting tools and weighs up the pros and cons of each.
Visualize Your Code’s Quality with PhpMetrics
PhpMetrics is a code quality analysis tool that shows you info about your project in a beautifully mathematical way, with intricate graphs and charts!
Borrowing Techniques from Strongly Typed Languages in JS
This article explores several techniques, common in strongly typed languages, that can be applied to JavaScript to improve code quality.