The class rationals.MixPlay seems to be only partially implemented. In particular, the method checkAccessibleWith() always returns true and other methods call this method.
Looking quickly, it may be that calls to checkAccessibleWith() are an optimization only, in which case they should be removed. Otherwise, the class itself should probably be removed. (It can always be reimplemented based upon the current version at a later date if needs be.)
Do you agree with this assessment? Many thanks!
The class rationals.MixPlay seems to be only partially implemented. In particular, the method
checkAccessibleWith()always returnstrueand other methods call this method.Looking quickly, it may be that calls to
checkAccessibleWith()are an optimization only, in which case they should be removed. Otherwise, the class itself should probably be removed. (It can always be reimplemented based upon the current version at a later date if needs be.)Do you agree with this assessment? Many thanks!