Live data from Hacker News

Amazon CodeGuru – Preview

aws.amazon.com

81–90 of 209 posts

Re: Amazon CodeGuru – Preview

#81
post #26

Please do us a favor and consolidate all these Amazon announcements into a single announcement page link. This is ridiculous.

I love Salesforce for this.Every release, there's one place with all the changes and new features.No need to play a detective trying to figure out

Re: Amazon CodeGuru – Preview

#82
I'm wondering did anyone actually tried it? It's not impossible for an automated tool to give valuable feedback over a PR guys. Should be easier than a self driving car I guess

Re: Amazon CodeGuru – Preview

#85
post #82

I'm wondering did anyone actually tried it? It's not impossible for an automated tool to give valuable feedback over a PR guys. Should be easier than a self driving car I guess

Chess masters have long been combining human and computer analysis... even before computers were able to actually beat humans at chess.

Re: Amazon CodeGuru – Preview

#86
They should compute the SHA512 hash of lines of code or code blocks from well-known open source projects and then just give you pre-computed "reviews" for those lines/blocks, and then only charge for "novel" code. Otherwise you would need to waste time segregating your original code from the various packages you use. And it seems unfair to charge customers for canned results that can be cached and served at very low cost.

Re: Amazon CodeGuru – Preview

#87

Earlier quoted context omitted.

Or a 35,000 line XML configuration file.

Now that I think of it, if it's paid by lines of code, it perversely incentives people to minimize the lines of code, no? Does it count white space and comments? Can I minify my code before passing it to this, then unminify it?

Can you just remove newlines from files? In most languages they're optional.

Re: Amazon CodeGuru – Preview

#90
It seems good for performance, and probably only that. I don't see anything in the pitch about readability, maintainability, extendability, security, usability/accessibility or portability.
Post reply on HN