Need advice about which tool to choose?Ask the StackShare community!

Hound

42
46
+ 1
14
SourceLevel

8
11
+ 1
0
Add tool

Hound vs SourceLevel: What are the differences?

What is Hound? Hound helps Engineering teams save time on code reviews. Hound reviews GitHub pull requests using tools like RuboCop, ESLint, Stylelint, etc.

What is SourceLevel? Metrics and Automated Code Review for Engineering Teams. It runs more than 30 different engines and supports lots of programming languages. It comments straight into pull requests the found issues, so your team can easily spot and fix them. In adittion, we show charts showing your code health, so you can follow its improvement over time.

Hound and SourceLevel can be categorized as "Code Review" tools.

Some of the features offered by Hound are:

  • Open source
  • Free for public repos
  • Automated reviews of GitHub pull requests

On the other hand, SourceLevel provides the following key features:

  • Real-time data
  • Automate the tedius work
  • Keep tabs on your code quality

Hound is an open source tool with 1.77K GitHub stars and 399 GitHub forks. Here's a link to Hound's open source repository on GitHub.

Decisions about Hound and SourceLevel
Weverton Timoteo

To communicate isn’t just getting rid of syntax errors and making code work. The code should communicate ideas to people through a programming language that computers can also understand.

You should adopt semantic variables, classes, modules, and methods names. For instance, in Ruby, we avoid using particular prefixes such as is_paid, get_name and set_name. In their places, we use directly paid?, name, and name=.

My advice is to use idiomatic and features that the programming language you use offers to you whenever possible, and figure out ways to better pass the message.

Why wouldn’t we be worried about semantics, typos, and styles? We should care for the quality of our code, and the many concepts that define it. You can start by using a linter to collect some issues from your codebase automatically.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Hound
Pros of SourceLevel
  • 4
    Comments on style so I don't have to
  • 3
    Easy configuration
  • 3
    Fast
  • 2
    Free for OSS
  • 2
    Inline comments
    Be the first to leave a pro

    Sign up to add or upvote prosMake informed product decisions

    What is Hound?

    Automated code review for GitHub pull requests. It comments on code quality and style issues, allowing you and your team to better review and maintain a clean codebase.

    What is SourceLevel?

    Pull Request metrics for data-driven teams SourceLevel provides metrics and insights from GitHub and GitLab, including Lead Time, Throughput, Engagement, and Collaboration.

    Need advice about which tool to choose?Ask the StackShare community!

    What companies use Hound?
    What companies use SourceLevel?
    See which teams inside your own company are using Hound or SourceLevel.
    Sign up for StackShare EnterpriseLearn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with Hound?
    What tools integrate with SourceLevel?

    Sign up to get full access to all the tool integrationsMake informed product decisions

    Blog Posts

    What are some alternatives to Hound and SourceLevel?
    ESLint
    A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
    Prettier
    Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
    TSLint
    An extensible static analysis tool that checks TypeScript code for readability, maintainability, and functionality errors. It is widely supported across modern editors & build systems and can be customized with your own lint rules, configurations, and formatters.
    SonarQube
    SonarQube provides an overview of the overall health of your source code and even more importantly, it highlights issues found on new code. With a Quality Gate set on your project, you will simply fix the Leak and start mechanically improving.
    Stylelint
    A mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your stylesheets.
    See all alternatives