Questions tagged [tools]
A programming tool or software development tool is a computer program that software developers use to create, debug, maintain, or otherwise support other programs and applications.
2 questions
14
votes
6
answers
240
views
Performance checking tools
Performance checkers: What tools are available for attaining the metrics necessary to perform a performance review? Bench-marking is often not easily done by hand after all.
This is a follow-up to ...
31
votes
27
answers
3k
views
Tools for format and error checking in your programming language
Lints and Hints: What tools are available for checking and correcting the conventions, style and common errors in my language (lint tools), and are there tools that can automatically fix them (hint ...