Get Advice Icon

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

Reek

9
22
+ 1
0
SourceLevel

8
11
+ 1
0
Add tool

Reek vs SourceLevel: What are the differences?

Developers describe Reek as "Code smell detector for Ruby". Reek is a tool that examines Ruby classes, modules, and methods and reports any Code Smells it finds. On the other hand, SourceLevel is detailed as "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.

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

Reek is an open source tool with 3.26K GitHub stars and 233 GitHub forks. Here's a link to Reek's open source repository on GitHub.

Decisions about Reek 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
Manage your open source components, licenses, and vulnerabilities
Learn More
153
24
9
- No public GitHub repository available -

What is Reek?

Reek is a tool that examines Ruby classes, modules, and methods and reports any Code Smells it finds.

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 Reek?
What companies use SourceLevel?
Manage your open source components, licenses, and vulnerabilities
Learn More

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

What tools integrate with Reek?
What tools integrate with SourceLevel?

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

What are some alternatives to Reek and SourceLevel?
RuboCop
RuboCop is a Ruby static code analyzer. Out of the box it will enforce many of the guidelines outlined in the community Ruby Style Guide.
Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
GitHub
GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over three million people use GitHub to build amazing things together.
Visual Studio Code
Build and debug modern web and cloud applications. Code is free and available on your favorite platform - Linux, Mac OSX, and Windows.
Docker
The Docker Platform is the industry-leading container platform for continuous, high-velocity innovation, enabling organizations to seamlessly build and share any application — from legacy to what comes next — and securely run them anywhere
See all alternatives