nmaguirre / minesweeper

A Simple MineSweeper Project
6 stars 4 forks source link

MinesweeperBard.openNeighboringMines should be refactored #123

Open LuuchoRocha opened 8 years ago

LuuchoRocha commented 8 years ago

The method is too long and repeats code. It can be improved by using patterns, auxiliary functions, etc.

ezensich commented 8 years ago

This method is still under review