Hmelmin / diffusion

"Euro diffusion" task
0 stars 0 forks source link

Redundant variables #4

Closed IanaKhitsko closed 5 years ago

IanaKhitsko commented 5 years ago

https://github.com/Hmelmin/diffusion/blob/d8001d233ae1997aef8115e4869b0efdbf7a8310/src/model/Map.java#L60

Is it possible to get rid of number Country member? To leave number only as key in countries map ?

Hmelmin commented 5 years ago

Fixed. Number is only a ky in map now.