Giter VIP home page Giter VIP logo

Comments (1)

cemsbr avatar cemsbr commented on August 25, 2024

I took a quick look at prospector. Indeed, our aims are quite similar. Besides minor differences like linters and their settings (easy to be changed), I'll list some major differences that is far from an exhaustive list:

  1. Prospector uses linters through Python code and I've seen bad consequences such as quite old dependencies in pylama and different default settings in coala. Yala captures linters' outuput to overcome these problems;
  2. You don't have to learn new options and new ways to configure linters with yala: just check the linters' docs and write their own INI configs or CLI options in setup.cfg yala section - no extra file needed;
  3. You may also agree that yala is easier to maintain, since it has 300 lines of Python code and prospector has 2799 lines + 600 YAML lines (considering master branches with cloc, by the time of this writing);
  4. I'm not 100% sure, but it seems that prospector doesn't parallelize linter checks, so yala can be faster specially in larger projects.
  5. Prospector has more features than yala. You may prefer it if yala is missing a feature you need. In this case, please, create an issue with the feature request.

Those were quick impressions that I had and, please, feel free to correct me (anybody) if I'm wrong or misunderstood prospector in any way.

from yala.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.