Right now the game uses decimals as placeholders. Since we may want to use fractions that are not fully reduced, it is impossible to determine what fraction is desired from a decimal alone. So, the containers should store fractions for display, and convert to decimal for fill and comparison purposes only.
Right now the game uses decimals as placeholders. Since we may want to use fractions that are not fully reduced, it is impossible to determine what fraction is desired from a decimal alone. So, the containers should store fractions for display, and convert to decimal for fill and comparison purposes only.