sanger/sequencescape

View on GitHub
app/api/io/order.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Io::Order has the variable name 'k'
Open

    }.to_h { |k, v| [:"request_options.#{k}", "request_options.#{v}"] }
Severity: Minor
Found in app/api/io/order.rb by reek

An Uncommunicative Variable Name is a variable 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.

Io::Order has the variable name 'v'
Open

    }.to_h { |k, v| [:"request_options.#{k}", "request_options.#{v}"] }
Severity: Minor
Found in app/api/io/order.rb by reek

An Uncommunicative Variable Name is a variable 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