Flockingbird/roost

View on GitHub
app/commands/application_command.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Commands::ApplicationCommand#uuid_v5 has the name 'uuid_v5'
Invalid

    def uuid_v5
Severity: Minor
Found in app/commands/application_command.rb by reek

An Uncommunicative Method Name is a method name that doesn't communicate its intent well enough.

Poor names make it hard for the reader to build a mental picture of what's going on in the code. They can also be mis-interpreted; and they hurt the flow of reading, because the reader must slow down to interpret the names.

There are no issues that match your filters.

Category
Status