Closed GoogleCodeExporter closed 9 years ago
Also - do we need the last two clauses of this statement?
Original comment by bengo...@gmail.com
on 5 Feb 2009 at 2:07
Good points. I wrote that before I had those functions return copies. I'll
change it
so I just grab them once.
The reason I like returning iterators from those functions is so callers can
get an
iterator (the point being that they shouldn't worry about how we're referencing
location?).
And the last 2 clauses are because I figured we'd keep the rule that you have
to play
adjacent to a tile already in the board, and the corner iterators aren't
adjacent to
tiles.
Original comment by corespace
on 5 Feb 2009 at 4:17
Sweet - that sounds like a good solution. I didn't think about the corner
iterators
being invalid places to place tiles.
Original comment by bengo...@gmail.com
on 5 Feb 2009 at 4:24
Original comment by corespace
on 5 Feb 2009 at 4:30
Original issue reported on code.google.com by
bengo...@gmail.com
on 5 Feb 2009 at 2:06