Ask HN: What are some developer tools you wish existed?
1–10 of 12 posts
Re: Ask HN: What are some developer tools you wish existed?
#2Metrics could include: code style consistency, stability (has the area of code changed much over time), risk (is there potential for security vulnerabilities related to the code area), and test coverage.
The metrics - if displayed visually - might look something like a Heat Map[1], and would ideally be represented in the same place as the code itself, perhaps via background colours.
Re: Ask HN: What are some developer tools you wish existed?
#3A way to surface code quality -- across various metrics -- at any level of code (individual token, line of code, file, directory, package, library, application, ...). Metrics could include: code style consistency, stability (has the area of code changed much over time), risk (is there potential for security vulnerabilities related to the code area), and test coverage. The metrics - if displayed visually - might look…
Re: Ask HN: What are some developer tools you wish existed?
#4Like some sort of generic reverse wireframe sketcher.
Re: Ask HN: What are some developer tools you wish existed?
#5A way to surface code quality -- across various metrics -- at any level of code (individual token, line of code, file, directory, package, library, application, ...). Metrics could include: code style consistency, stability (has the area of code changed much over time), risk (is there potential for security vulnerabilities related to the code area), and test coverage. The metrics - if displayed visually - might look…
Re: Ask HN: What are some developer tools you wish existed?
#6Re: Ask HN: What are some developer tools you wish existed?
#7Like Hasura but not only for the data, or Microsoft Access but without Microsoft or vba.
Re: Ask HN: What are some developer tools you wish existed?
#8Re: Ask HN: What are some developer tools you wish existed?
#9Re: Ask HN: What are some developer tools you wish existed?
#10A way to surface code quality -- across various metrics -- at any level of code (individual token, line of code, file, directory, package, library, application, ...). Metrics could include: code style consistency, stability (has the area of code changed much over time), risk (is there potential for security vulnerabilities related to the code area), and test coverage. The metrics - if displayed visually - might look…
So either IDE and/or repository would show these? Sounds very useful and somewhat straightforward (if involved) to create, so I expect it to exist in some form. Will report back if I find anything.
If mature and reliable enough it could actually be used to predict which changes are likely to cause future problems, and then the code reviewer(s) would have to decide how they'd like to act based on that information.