A question to native English speakers
Posted: 09 Sep 2007, 17:23
Hello,
Glaurung 2 will soon be ready for release, and I am working on small cosmetic details. My Position class contains the following functions:
Should these functions be renamed into piece_on, type_of_piece_on and color_of_piece_on?
Tord
Glaurung 2 will soon be ready for release, and I am working on small cosmetic details. My Position class contains the following functions:
- Code: Select all
Piece piece_at(Square s) const;
PieceType type_of_piece_at(Square s) const;
Color color_of_piece_at(Square s) const;
Should these functions be renamed into piece_on, type_of_piece_on and color_of_piece_on?
Tord