GNOME Bugzilla – Bug 737078
[PATCH] Remove place().
Last modified: 2014-09-21 17:08:06 UTC
Created attachment 286741 [details] [review] Remove place(). The function place() is called two times, with quite different goal: counting the number of tiles flipped by a move, and checking if there’s a move possible. It does just what is needed for the first case; but for the second, it is doing much more work than needed, as it continue to check all direction even after one had revealed a move was possible. Lets remove it.
Nothing seems broken. Attachment 286741 [details] pushed as 6e874f3 - Remove place().