Your browser doesn't support canvas.
Prev
|
Next
Refactorings/code rules applied
Replace Magic Number with Symbolic Constant
, also G25 in Clean Code
Be consistent with formatting
Extract class
Move method
Dependency injection pattern
G19: Use explanatory values
Extract method
replace multiple booleans with state field
G20 Functions names should say what they do
Decompose Conditional
and "prefer fewer arguments"