tasafo/palestras-coletivas

View on GitHub
app/models/external_event.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

ExternalEvent#self.list is controlled by argument 'owns'
Open

    owns ? by_date : only_active.by_date
Severity: Minor
Found in app/models/external_event.rb by reek

Control Parameter is a special case of Control Couple

Example

A simple example would be the "quoted" parameter in the following method:

def write(quoted)
  if quoted
    write_quoted @value
  else
    write_unquoted @value
  end
end

Fixing those problems is out of the scope of this document but an easy solution could be to remove the "write" method alltogether and to move the calls to "writequoted" / "writeunquoted" in the initial caller of "write".

There are no issues that match your filters.

Category
Status