I would work on your video. Watching the developer make spelling mistakes, then backspacing and uneven text input rate etc is somewhat painful.
Coala – Code Analysis Application
11–20 of 23 posts
Re: Coala – Code Analysis Application
#12So it's language agnostic. Can anyone tell me the rocket science behind this? How would a library know if a code and its libraries are performing software development/engineering best practices? What types of algorithms do you use and are there other libraries that already does this that is language agnostic?
I think you're expecting it to be something more exciting than it is (I was too at first.) It's just a front end for static analysis tools. Coala doesn't do any analysis on its own. Everything is delegated to other tools. It just provides a way to pass configuration in and to parse the output so you know what lines in the source file have problems. Code Climate does something similar with their Engines[0] specificati…
Re: Coala – Code Analysis Application
#13I would work on your video. Watching the developer make spelling mistakes, then backspacing and uneven text input rate etc is somewhat painful.
Thanks, I've filed an issue at https://github.com/coala-analyzer/website/issues/27 . We'll definitely look at that. You probably know how manpower in open source projects with no commercial backing behaves :)
Re: Coala – Code Analysis Application
#14Earlier quoted context omitted.
Thanks, I've filed an issue at https://github.com/coala-analyzer/website/issues/27 . We'll definitely look at that. You probably know how manpower in open source projects with no commercial backing behaves :)
Absolutely and I didn't want it to be perceived as negative.
Re: Coala – Code Analysis Application
#15I would work on your video. Watching the developer make spelling mistakes, then backspacing and uneven text input rate etc is somewhat painful.
Re: Coala – Code Analysis Application
#16If any of you are looking for a top-notch repository to contribute to, drop in at our gitter channel[0] and say hi!
Re: Coala – Code Analysis Application
#17Utterly missing from this article is what kind of analysis you can do.
Thanks, I added a link right on top of http://coala-analyzer.org/ to clarify it a bit. The website isn't particularly good, we're working on a new one which provides lots of cool things and better information, probably implemented by a GSoC student.
However, I must say that very critical info for first-time users is still unavailable or very vaguely documented. For example, I still have no clue what sort of analysis can be obtained from this page : https://github.com/coala-analyzer/coala-bears/wiki/Available.... I can see a bunch of Bears but that's your terminology. I would rather prefer a brief summary of the tool's analysis or atleast a link to the static analyzer which a specific bear wraps over. For e.g. "AlexBear" - I honestly have no clue what that or 90% of the other bears end up doing with my source code.
You have put so much effort in the implementation, please improve clarity/coverage of documentation.
Also, installation (pip3 install coala-bears) fails on OSX. Any ideas on how to fix that ? Here is the error message : http://pastebin.com/tP3dZsik
Thank you.
Re: Coala – Code Analysis Application
#18Earlier quoted context omitted.
I think you're expecting it to be something more exciting than it is (I was too at first.) It's just a front end for static analysis tools. Coala doesn't do any analysis on its own. Everything is delegated to other tools. It just provides a way to pass configuration in and to parse the output so you know what lines in the source file have problems. Code Climate does something similar with their Engines[0] specificati…
Oh btw. coala allows automatic fixes for source code, most tools like code climate are usually reporting only and can be more annoying than helpful.
Re: Coala – Code Analysis Application
#19Earlier quoted context omitted.
I agree. You don't owe explanation to a brand name (even a weird spelling one) - especially in the heading. The FAQ can have the origin.
Good suggestion, I've created a FAQ stub and we're tracking this here if you're interested in how this goes: https://github.com/coala-analyzer/website/issues/22 Thanks!
Re: Coala – Code Analysis Application
#20Earlier quoted context omitted.
Thanks, I added a link right on top of http://coala-analyzer.org/ to clarify it a bit. The website isn't particularly good, we're working on a new one which provides lots of cool things and better information, probably implemented by a GSoC student.
Great effort with the project. However, I must say that very critical info for first-time users is still unavailable or very vaguely documented. For example, I still have no clue what sort of analysis can be obtained from this page : https://github.com/coala-analyzer/coala-bears/wiki/Available... . I can see a bunch of Bears but that's your terminology. I would rather prefer a brief summary of the tool's analysis or…
I filed an issue for the missing info at https://github.com/coala-analyzer/website/issues/30 , thank you for your feedback!