3scale/porta

View on GitHub
db/migrate/20100708091659_toggle_master_account_features.rb

Summary

Maintainability
A
0 mins
Test Coverage

ToggleMasterAccountFeatures#self.up has the variable name 'feature_1316'
Open

    if feature_1316 = Feature.find_by_id(1316)

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.

ToggleMasterAccountFeatures#self.up has the variable name 'feature_1326'
Open

    if feature_1326 = Feature.find_by_id(1326)

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