Rename variables for clarity.
This commit is contained in:
parent
27f0e802ae
commit
e696d3cd3d
@ -62,10 +62,10 @@ class ChessCoordinate {
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
String row = this.row.toString();
|
||||
String col = this.column.toString();
|
||||
String rowStr = row.toString();
|
||||
String colStr = column.toString();
|
||||
|
||||
return '$col$row';
|
||||
return '$colStr$rowStr';
|
||||
}
|
||||
|
||||
@override
|
||||
|
Loading…
Reference in New Issue
Block a user