Showing 3 of 3 total issues
Method command
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
def command(input)
begin
case input.shift
when "I"
Commands::InitialiserCommand.new.process_command(self, input)
Method vertical_command
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def vertical_command(bitmap, column, x, y, color)
Method horizontal_command
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def horizontal_command(bitmap, x, y, row, color)