nmaguirre / minesweeper

A Simple MineSweeper Project
6 stars 4 forks source link

MinesweeperCell change fields name's #98

Open nricci opened 8 years ago

nricci commented 8 years ago

Change the names of the fields in class MinesweeperCell to ´isX´. The convention in Java for boolean queries is to name them like isX where X is some boolean property (e.g. isEmpty() in for lists and other containers)

jortolano commented 8 years ago

3ebca6da625c0be63ecad0b744bcd9ee93d36a39

nricci commented 8 years ago

@jortolano: I suggest changing it to isBlocked, hasMine and isOpen