- Changed the grammatical number of all enum names to be singular. - Removed the enum names from their members, (e.g.: Tile.TILE_BRICK -> Tile.BRICK). - Added a suggestion for the reader to use singular case for enum names.
read_string_from_stdin